From 88fff3573da4a6a758578042596f437a12117dd8 Mon Sep 17 00:00:00 2001 From: Chloe Christine Fontenot Date: Fri, 28 Feb 2025 13:39:31 -0600 Subject: [PATCH] More font stuff --- .../RobotoMono-Medium.ttf => RobotoMono-Medium.ttf | Bin index.html | 2 +- root.css | 9 +++++++++ 3 files changed, 10 insertions(+), 1 deletion(-) rename static/RobotoMono-Medium.ttf => RobotoMono-Medium.ttf (100%) 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;