From 9e50112dfc8cbce9626fcae733d8aed6ae5b06a8 Mon Sep 17 00:00:00 2001 From: "Peter J. Holzer" Date: Thu, 31 May 2018 20:55:09 +0200 Subject: [PATCH] Use webfonts --- luga.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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;