From 2b5cf4a9089f22324149c7d9292d91734c7a3033 Mon Sep 17 00:00:00 2001 From: alvierahman90 Date: Tue, 24 Oct 2017 22:22:37 +0100 Subject: [PATCH] change font to rawengulk-sans --- css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/style.css b/css/style.css index 7edf066..ae6ab2b 100644 --- a/css/style.css +++ b/css/style.css @@ -1,3 +1,8 @@ +@font-face { + font-family: rawengulk-sans; + src: url(/fonts/rawengulksans.otf); +} + body { width: 99%; background-color: black !important; @@ -69,6 +74,7 @@ div { } .btn { + font-family: rawengulk-sans; font-size: xx-large !important; background: black; color: white;