diff options
author | 0neGal <mail@0negal.com> | 2021-12-27 03:08:44 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2021-12-27 03:08:44 +0100 |
commit | 393f2aefa620c1e5c9534314b87943858447c085 (patch) | |
tree | d776dc52ba2eb86786ebc4a36d54008251a7ef0d | |
parent | 8dcc759cf4a5af32c25dc7ad26ffb2c6c258a7ef (diff) | |
download | Viper-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.
-rw-r--r-- | src/app/main.css | 5 | ||||
-rw-r--r-- | src/app/roboto.ttf | bin | 0 -> 87008 bytes |
2 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; diff --git a/src/app/roboto.ttf b/src/app/roboto.ttf Binary files differnew file mode 100644 index 0000000..900fce6 --- /dev/null +++ b/src/app/roboto.ttf |