move font things to font directory
This commit is contained in:
@@ -37,6 +37,6 @@ Tilde is meant to be customized—[make it yours!](index.html)
|
|||||||
|
|
||||||
## License
|
## 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).
|
Use and modify Tilde [as you see fit](UNLICENSE).
|
||||||
|
|||||||
+2
-2
@@ -10,14 +10,14 @@
|
|||||||
font-family: 'SpaceGrotesk';
|
font-family: 'SpaceGrotesk';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
src: url('./SpaceGrotesk-Regular.woff2') format('woff2');
|
src: url('./fonts/SpaceGrotesk-Regular.woff2') format('woff2');
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'SpaceGrotesk';
|
font-family: 'SpaceGrotesk';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
src: url('./SpaceGrotesk-Bold.woff2') format('woff2');
|
src: url('./fonts/SpaceGrotesk-Bold.woff2') format('woff2');
|
||||||
}
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
|
|||||||
Reference in New Issue
Block a user