summaryrefslogtreecommitdiff
path: root/ui/styles/fonts.css
diff options
context:
space:
mode:
Diffstat (limited to 'ui/styles/fonts.css')
-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;