diff --git a/README.md b/README.md index 908595d..f1d2cef 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/OFL b/fonts/OFL similarity index 100% rename from OFL rename to fonts/OFL diff --git a/SpaceGrotesk-Bold.woff2 b/fonts/SpaceGrotesk-Bold.woff2 similarity index 100% rename from SpaceGrotesk-Bold.woff2 rename to fonts/SpaceGrotesk-Bold.woff2 diff --git a/SpaceGrotesk-Regular.woff2 b/fonts/SpaceGrotesk-Regular.woff2 similarity index 100% rename from SpaceGrotesk-Regular.woff2 rename to fonts/SpaceGrotesk-Regular.woff2 diff --git a/index.html b/index.html index 28a55a2..ccad444 100644 --- a/index.html +++ b/index.html @@ -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 {