From d8943d8b43158736c05d042f029f76d76cb489cc Mon Sep 17 00:00:00 2001 From: error Date: Sun, 28 Aug 2022 20:24:55 +0200 Subject: [PATCH] add @font-face for ubuntu --- static/css/undef.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/static/css/undef.css b/static/css/undef.css index 0ed2726..af587cd 100644 --- a/static/css/undef.css +++ b/static/css/undef.css @@ -1,3 +1,11 @@ +@font-face { + font-family: 'ubuntu'; + font-style: normal; + font-weight: normal; + font-display: swap; + src: url('../fonts/Ubuntu-R.ttf') format('truetype'); +} + :root { --teal: #008080;