diff options
| author | Kit La Touche <kit@transneptune.net> | 2025-02-08 22:15:53 -0500 |
|---|---|---|
| committer | Kit La Touche <kit@transneptune.net> | 2025-02-08 22:15:53 -0500 |
| commit | 04f2c43c6eea53c301f63a36f8882cef2f94859f (patch) | |
| tree | 800f5b9a1430fe23df3780a2b8ee6ed3c1861143 /ui/styles/fonts.css | |
| parent | 6b786dc2ec913493f15920af047b1caf3b0e433b (diff) | |
Change default body font to Roboto
Let's try this.
Diffstat (limited to 'ui/styles/fonts.css')
| -rw-r--r-- | ui/styles/fonts.css | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/ui/styles/fonts.css b/ui/styles/fonts.css index 58da205..66612e2 100644 --- a/ui/styles/fonts.css +++ b/ui/styles/fonts.css @@ -1,32 +1,32 @@ -/*** Alegreya ***/ +/*** Roboto ***/ @font-face { - font-family: "Alegreya"; + font-family: "Roboto"; src: - url("../fonts/AlegreyaSans-Regular.otf") format("opentype"); + url("../fonts/Roboto-Regular.ttf") format("truetype"); font-weight: normal; font-style: normal; font-display: swap; } @font-face { - font-family: "Alegreya"; + font-family: "Roboto"; src: - url("../fonts/AlegreyaSans-Bold.otf") format("opentype"); + url("../fonts/Roboto-Bold.ttf") format("truetype"); font-weight: bold; font-style: normal; font-display: swap; } @font-face { - font-family: "Alegreya"; + font-family: "Roboto"; src: - url("../fonts/AlegreyaSans-Italic.otf") format("opentype"); + url("../fonts/Roboto-Italic.ttf") format("truetype"); font-weight: normal; font-style: italic; font-display: swap; } @font-face { - font-family: "Alegreya"; + font-family: "Roboto"; src: - url("../fonts/AlegreyaSans-BoldItalic.otf") format("opentype"); + url("../fonts/Roboto-BoldItalic.ttf") format("truetype"); font-weight: bold; font-style: italic; font-display: swap; |
