diff options
| author | Andrew Lee <[email protected]> | 2025-12-13 00:34:07 -0500 |
|---|---|---|
| committer | Andrew Lee <[email protected]> | 2025-12-13 00:34:07 -0500 |
| commit | 7df7c5fd8c211c9301ef3efd26ffa564747e10e5 (patch) | |
| tree | 28bbc04f3e45fe08c576aa14599d20a7c45c24d3 | |
| parent | 9230af4a07f43361408344439e07c2fa42bfe66a (diff) | |
| download | shiftos-archive-website-7df7c5fd8c211c9301ef3efd26ffa564747e10e5.tar.gz shiftos-archive-website-7df7c5fd8c211c9301ef3efd26ffa564747e10e5.tar.bz2 shiftos-archive-website-7df7c5fd8c211c9301ef3efd26ffa564747e10e5.zip | |
more accurate window title font
| -rw-r--r-- | public/assets/fonts/Felixti.woff2 | bin | 0 -> 20996 bytes | |||
| -rw-r--r-- | src/styles/window.css | 9 |
2 files changed, 9 insertions, 0 deletions
diff --git a/public/assets/fonts/Felixti.woff2 b/public/assets/fonts/Felixti.woff2 Binary files differnew file mode 100644 index 0000000..b9c4db9 --- /dev/null +++ b/public/assets/fonts/Felixti.woff2 diff --git a/src/styles/window.css b/src/styles/window.css index ad7a855..97862af 100644 --- a/src/styles/window.css +++ b/src/styles/window.css @@ -1,3 +1,11 @@ +@font-face { + font-family: 'Felix Tilting'; + src: url('/assets/fonts/Felixti.woff2') format('woff2'); + font-weight: normal; + font-style: normal; + font-display: swap; +} + :root { --titlebar-colour: #808080; --titlebar-text-colour: #ffffff; @@ -65,6 +73,7 @@ } .titlebar-text { + font-family: 'Felix Tilting', serif; color: var(--titlebar-text-colour); margin: 0; padding: 0.2em; |
