From 393f2aefa620c1e5c9534314b87943858447c085 Mon Sep 17 00:00:00 2001 From: 0neGal Date: Mon, 27 Dec 2021 03:08:44 +0100 Subject: added roboto font locally This means systems (like most Windows installs) that don't have the font can still be allowed to see it in all it's glory. --- src/app/main.css | 5 +++++ src/app/roboto.ttf | Bin 0 -> 87008 bytes 2 files changed, 5 insertions(+) create mode 100644 src/app/roboto.ttf (limited to 'src/app') diff --git a/src/app/main.css b/src/app/main.css index 4578f87..497050d 100644 --- a/src/app/main.css +++ b/src/app/main.css @@ -3,6 +3,11 @@ --foreground: #DDE2EB; } +@font-face { + font-family: "Roboto Mono"; + src: url("roboto.ttf"); +} + body, button, input { font-size: 18px; font-weight: 700; diff --git a/src/app/roboto.ttf b/src/app/roboto.ttf new file mode 100644 index 0000000..900fce6 Binary files /dev/null and b/src/app/roboto.ttf differ -- cgit v1.2.3