From 0e2f984aee36930343937c112d54eaad92f02acb Mon Sep 17 00:00:00 2001 From: Marcel Date: Sun, 13 May 2018 00:42:47 +0200 Subject: [PATCH] Fix fonts 2nd try --- css/style.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index e38d3f7..54ebe57 100644 --- a/css/style.css +++ b/css/style.css @@ -1,5 +1,12 @@ -@import url('/fonts/Roboto-Regular.ttf'); -@import url('/fonts/SFDigitalReadout-Heavy.ttf'); +@font-face { + font-family: "Roboto"; + src: url("/fonts/Roboto-Regular.ttf"); +} + +@font-face { + font-family: "SF Digital Readout"; + src: url("/fonts/SFDigitalReadout-Heavy.ttf"); +} html { overflow: hidden;