summaryrefslogtreecommitdiff
path: root/ui/styles/fonts.css
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2025-02-15 15:16:05 -0500
committerOwen Jacobson <owen@grimoire.ca>2025-02-15 15:16:05 -0500
commiteb0ff4175c10a9287e44ab4c3eafc0f64eae4e0d (patch)
tree9bdfae19e328cebec48e5770bb759efffacf3885 /ui/styles/fonts.css
parent9d6db882ea61e9a68ff60a8f92e2c50d3b191b2b (diff)
npm format
Diffstat (limited to 'ui/styles/fonts.css')
-rw-r--r--ui/styles/fonts.css55
1 files changed, 22 insertions, 33 deletions
diff --git a/ui/styles/fonts.css b/ui/styles/fonts.css
index 66612e2..06f69c8 100644
--- a/ui/styles/fonts.css
+++ b/ui/styles/fonts.css
@@ -1,32 +1,28 @@
/*** Roboto ***/
@font-face {
- font-family: "Roboto";
- src:
- url("../fonts/Roboto-Regular.ttf") format("truetype");
+ font-family: 'Roboto';
+ src: url('../fonts/Roboto-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
- font-family: "Roboto";
- src:
- url("../fonts/Roboto-Bold.ttf") format("truetype");
+ font-family: 'Roboto';
+ src: url('../fonts/Roboto-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
- font-family: "Roboto";
- src:
- url("../fonts/Roboto-Italic.ttf") format("truetype");
+ font-family: 'Roboto';
+ src: url('../fonts/Roboto-Italic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
font-display: swap;
}
@font-face {
- font-family: "Roboto";
- src:
- url("../fonts/Roboto-BoldItalic.ttf") format("truetype");
+ font-family: 'Roboto';
+ src: url('../fonts/Roboto-BoldItalic.ttf') format('truetype');
font-weight: bold;
font-style: italic;
font-display: swap;
@@ -34,17 +30,15 @@
/*** Archistico ***/
@font-face {
- font-family: "Archistico";
- src:
- url("../fonts/Archistico_Simple.ttf") format("truetype");
+ font-family: 'Archistico';
+ src: url('../fonts/Archistico_Simple.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
- font-family: "Archistico";
- src:
- url("../fonts/Archistico_Bold.ttf") format("truetype");
+ font-family: 'Archistico';
+ src: url('../fonts/Archistico_Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
font-display: swap;
@@ -52,33 +46,29 @@
/*** FiraCode ***/
@font-face {
- font-family: "FiraCode";
- src:
- url("../fonts/FiraCode-Regular.otf") format("opentype");
+ font-family: 'FiraCode';
+ src: url('../fonts/FiraCode-Regular.otf') format('opentype');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
- font-family: "FiraCode";
- src:
- url("../fonts/FiraCode-Bold.otf") format("opentype");
+ font-family: 'FiraCode';
+ src: url('../fonts/FiraCode-Bold.otf') format('opentype');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
- font-family: "FiraCode";
- src:
- url("../fonts/FiraCode-Italic.otf") format("opentype");
+ font-family: 'FiraCode';
+ src: url('../fonts/FiraCode-Italic.otf') format('opentype');
font-weight: normal;
font-style: italic;
font-display: swap;
}
@font-face {
- font-family: "FiraCode";
- src:
- url("../fonts/FiraCode-BoldItalic.otf") format("opentype");
+ font-family: 'FiraCode';
+ src: url('../fonts/FiraCode-BoldItalic.otf') format('opentype');
font-weight: bold;
font-style: italic;
font-display: swap;
@@ -86,9 +76,8 @@
/*** Overlock ***/
@font-face {
- font-family: "Overlock";
- src:
- url("../fonts/Overlock-Regular.ttf") format("truetype");
+ font-family: 'Overlock';
+ src: url('../fonts/Overlock-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;