aboutsummaryrefslogtreecommitdiff
path: root/src/app/main.css
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2021-12-27 03:08:44 +0100
committer0neGal <mail@0negal.com>2021-12-27 03:08:44 +0100
commit393f2aefa620c1e5c9534314b87943858447c085 (patch)
treed776dc52ba2eb86786ebc4a36d54008251a7ef0d /src/app/main.css
parent8dcc759cf4a5af32c25dc7ad26ffb2c6c258a7ef (diff)
downloadViper-393f2aefa620c1e5c9534314b87943858447c085.tar.gz
Viper-393f2aefa620c1e5c9534314b87943858447c085.zip
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.
Diffstat (limited to 'src/app/main.css')
-rw-r--r--src/app/main.css5
1 files changed, 5 insertions, 0 deletions
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;