mirror of
https://github.com/xvvvyz/tilde.git
synced 2026-03-11 14:44:24 +00:00
move font things to font directory
This commit is contained in:
parent
89afa31b7b
commit
89f7435f8c
5 changed files with 3 additions and 3 deletions
|
|
@ -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).
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue