summaryrefslogtreecommitdiff
path: root/ui/styles
diff options
context:
space:
mode:
authorKit La Touche <kit@transneptune.net>2025-02-08 22:15:53 -0500
committerKit La Touche <kit@transneptune.net>2025-02-08 22:15:53 -0500
commit04f2c43c6eea53c301f63a36f8882cef2f94859f (patch)
tree800f5b9a1430fe23df3780a2b8ee6ed3c1861143 /ui/styles
parent6b786dc2ec913493f15920af047b1caf3b0e433b (diff)
Change default body font to Roboto
Let's try this.
Diffstat (limited to 'ui/styles')
-rw-r--r--ui/styles/fonts.css18
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;