diff options
Diffstat (limited to 'src/app/main.css')
-rw-r--r-- | src/app/main.css | 5 |
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; |