diff options
| author | Kit La Touche <kit@transneptune.net> | 2025-01-13 17:30:29 -0500 |
|---|---|---|
| committer | Kit La Touche <kit@transneptune.net> | 2025-01-13 17:30:29 -0500 |
| commit | 21c566479962cd7ecfa6dccd929b3069d0b201f9 (patch) | |
| tree | a312312fc339e8b76b411b05bbf6361eb014315a /ui/styles/fonts.css | |
| parent | bc0d9748cb403523426b43847b54c3b98e17bdea (diff) | |
Add initial fonts
We're not using Overlock currently, but I think it'll be good on headers
and stuff?
Diffstat (limited to 'ui/styles/fonts.css')
| -rw-r--r-- | ui/styles/fonts.css | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/ui/styles/fonts.css b/ui/styles/fonts.css new file mode 100644 index 0000000..d5d1eef --- /dev/null +++ b/ui/styles/fonts.css @@ -0,0 +1,31 @@ +@font-face { + font-family: "Alegreya"; + src: + url("../fonts/AlegreyaSans-Regular.otf") format("opentype"); + font-weight: normal; + font-style: normal; +} + +@font-face { + font-family: "Archistico"; + src: + url("../fonts/Archistico_Simple.ttf") format("truetype"); + font-weight: normal; + font-style: normal; +} + +@font-face { + font-family: "FiraCode"; + src: + url("../fonts/FiraCode-Regular.otf") format("opentype"); + font-weight: normal; + font-style: normal; +} + +@font-face { + font-family: "Overlock"; + src: + url("../fonts/Overlock-Regular.ttf") format("truetype"); + font-weight: normal; + font-style: normal; +} |
