diff options
Diffstat (limited to 'src/app')
-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 |