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