From c2b334d60b98e2f154d2935066e7f7b986669ad7 Mon Sep 17 00:00:00 2001 From: HarshKhandeparkar Date: Mon, 8 Jun 2020 00:21:29 +0530 Subject: [PATCH] fix: Add Oxygen font back --- lib/css/index.css | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/lib/css/index.css b/lib/css/index.css index 033d75d..51b48a9 100644 --- a/lib/css/index.css +++ b/lib/css/index.css @@ -1,11 +1,15 @@ /* Fonts */ +@font-face { + font-family: 'Oxygen'; + src: url(../fonts/Oxygen/Oxygen-Regular.ttf) truetype; +} +@font-face { + font-family: 'Oxygen, Bold'; + src: url(../fonts/Oxygen/Oxygen-Bold.ttf) truetype; +} /* /Fonts */ body { font-family: Oxygen; -} - -body { -} - +} \ No newline at end of file