move font things to font directory

This commit is contained in:
cade 2025-02-04 11:04:43 -08:00
parent 89afa31b7b
commit 89f7435f8c
No known key found for this signature in database
GPG key ID: 6AC5A902158265D0
5 changed files with 3 additions and 3 deletions

View file

@ -37,6 +37,6 @@ Tilde is meant to be customized—[make it yours!](index.html)
## License
Space Grotesk is licensed under the [SIL Open Font License](OFL).
Space Grotesk is licensed under the [SIL Open Font License](fonts/OFL).
Use and modify Tilde [as you see fit](UNLICENSE).

View file

View file

@ -10,14 +10,14 @@
font-family: 'SpaceGrotesk';
font-style: normal;
font-weight: normal;
src: url('./SpaceGrotesk-Regular.woff2') format('woff2');
src: url('./fonts/SpaceGrotesk-Regular.woff2') format('woff2');
}
@font-face {
font-family: 'SpaceGrotesk';
font-style: normal;
font-weight: bold;
src: url('./SpaceGrotesk-Bold.woff2') format('woff2');
src: url('./fonts/SpaceGrotesk-Bold.woff2') format('woff2');
}
:root {