diff --git a/static/RobotoMono-Medium.ttf b/RobotoMono-Medium.ttf similarity index 100% rename from static/RobotoMono-Medium.ttf rename to RobotoMono-Medium.ttf diff --git a/index.html b/index.html index 61dc958..48e435b 100644 --- a/index.html +++ b/index.html @@ -78,7 +78,7 @@

diff --git a/root.css b/root.css index 3dfb28a..895e74c 100644 --- a/root.css +++ b/root.css @@ -10,6 +10,15 @@ } +@font-face { + font-family: "Roboto Mono"; + font-optical-sizing: auto; + font-weight: medium; + font-style: normal; + src: url(RobotoMono-Medium.ttf) !important; +} + + body { font-family: EdgeOfTheGalaxy; background-attachment: fixed;