diff options
| author | Andrew Lee <[email protected]> | 2025-12-15 23:54:24 -0500 |
|---|---|---|
| committer | Andrew Lee <[email protected]> | 2025-12-16 00:52:15 -0500 |
| commit | 00a841d83aeb4fa657d9dbfee58ac9b36eee3382 (patch) | |
| tree | b6a7ca2ac215f9ae52ff71a3656973b5776ce9d1 /src/styles/window.css | |
| parent | 66e7218f9c2e0d875a5b06dc31f66a4329cbc032 (diff) | |
| download | shiftos-archive-website-00a841d83aeb4fa657d9dbfee58ac9b36eee3382.tar.gz shiftos-archive-website-00a841d83aeb4fa657d9dbfee58ac9b36eee3382.tar.bz2 shiftos-archive-website-00a841d83aeb4fa657d9dbfee58ac9b36eee3382.zip | |
Converted slideshow to react, more shifter progress
Diffstat (limited to 'src/styles/window.css')
| -rw-r--r-- | src/styles/window.css | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/styles/window.css b/src/styles/window.css index 8718330..52de268 100644 --- a/src/styles/window.css +++ b/src/styles/window.css @@ -13,6 +13,33 @@ font-weight: 400; } +@font-face { + font-family: Cambria; + src: url('/assets/fonts/cambria/Cambria-01.woff2') format('woff2'); + font-style: normal; + font-weight: 400; +} + +@font-face { + font-family: Cambria; + src: url('/assets/fonts/cambria/cambriab.woff2') format('woff2'); + font-style: normal; + font-weight: bold; +} + +@font-face { + font-family: Cambria; + src: url('/assets/fonts/cambria/cambriai.woff2') format('woff2'); + font-style: italic; + font-weight: 400; +} + +@font-face { + font-family: Cambria; + src: url('/assets/fonts/cambria/cambriaz.woff2') format('woff2'); + font-style: italic; + font-weight: bold; +} :root { --titlebar-colour: #808080; |
