diff --git a/luga.css b/luga.css index a033be6..2803e35 100644 --- a/luga.css +++ b/luga.css @@ -3,6 +3,18 @@ body { --yellow-dark: #feb204; } +@font-face { + font-family: "Linux Biolinum O"; + font-style: normal; + src: url(LinBiolinum_R.otf); +} + +@font-face { + font-family: "Linux Biolinum O"; + font-style: italic; + src: url(LinBiolinum_RI.otf); +} + header { background-color: var(--yellow-light); display: flex;