From 04f2c43c6eea53c301f63a36f8882cef2f94859f Mon Sep 17 00:00:00 2001 From: Kit La Touche Date: Sat, 8 Feb 2025 22:15:53 -0500 Subject: Change default body font to Roboto Let's try this. --- ui/styles/fonts.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'ui/styles') 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; -- cgit v1.2.3