diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2025-11-20 22:12:49 -0800 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2025-11-20 22:12:49 -0800 |
| commit | 32ef4e7be5a7d826fbdf9789e5af3968ffb219ac (patch) | |
| tree | 7c4f30305255aac14dc15bacad2ab060821147d1 /static/styles.css | |
| parent | c7e501977eaeb8744a4aa54c60335d338217dc7b (diff) | |
| download | roseh.moe-32ef4e7be5a7d826fbdf9789e5af3968ffb219ac.tar.zst | |
Clean up the static files
Diffstat (limited to 'static/styles.css')
| -rw-r--r-- | static/styles.css | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/static/styles.css b/static/styles.css index f95be8d..f147632 100644 --- a/static/styles.css +++ b/static/styles.css @@ -1,8 +1,6 @@ @font-face { font-family: 'QuickLove'; - src: - url('/static/QuickLove.woff2') format('woff2'), - url('/static/QuickLove.woff') format('woff'); + src: url('/static/QuickLove.woff2'); font-weight: normal; font-style: normal; } |
