diff options
| author | Kit La Touche <kit@transneptune.net> | 2025-02-21 22:18:56 -0500 |
|---|---|---|
| committer | Kit La Touche <kit@transneptune.net> | 2025-02-21 22:53:49 -0500 |
| commit | 9d1dbac74866a6175c65a25bbd8a3ccbe8cf87e4 (patch) | |
| tree | f15b3f0695b948e335774aa4d92a5b064a1c0f10 /ui/styles/fonts.css | |
| parent | 743b59b69857da81b214970ec9252bc918ad243d (diff) | |
| parent | 36cadfe00cacc6a6523f9862d3f7a08a9d0ce611 (diff) | |
Merge branch 'main' into prop/preserve-state
Diffstat (limited to 'ui/styles/fonts.css')
| -rw-r--r-- | ui/styles/fonts.css | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/ui/styles/fonts.css b/ui/styles/fonts.css index 06f69c8..280f8c6 100644 --- a/ui/styles/fonts.css +++ b/ui/styles/fonts.css @@ -6,6 +6,7 @@ font-style: normal; font-display: swap; } + @font-face { font-family: 'Roboto'; src: url('../fonts/Roboto-Bold.ttf') format('truetype'); @@ -13,6 +14,7 @@ font-style: normal; font-display: swap; } + @font-face { font-family: 'Roboto'; src: url('../fonts/Roboto-Italic.ttf') format('truetype'); @@ -20,6 +22,7 @@ font-style: italic; font-display: swap; } + @font-face { font-family: 'Roboto'; src: url('../fonts/Roboto-BoldItalic.ttf') format('truetype'); @@ -36,6 +39,7 @@ font-style: normal; font-display: swap; } + @font-face { font-family: 'Archistico'; src: url('../fonts/Archistico_Bold.ttf') format('truetype'); @@ -52,6 +56,7 @@ font-style: normal; font-display: swap; } + @font-face { font-family: 'FiraCode'; src: url('../fonts/FiraCode-Bold.otf') format('opentype'); @@ -59,20 +64,6 @@ font-style: normal; font-display: swap; } -@font-face { - 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-weight: bold; - font-style: italic; - font-display: swap; -} /*** Overlock ***/ @font-face { |
