From 89f7435f8c0d881a340d58311b0d21dcb35189ac Mon Sep 17 00:00:00 2001 From: cade Date: Tue, 4 Feb 2025 11:04:43 -0800 Subject: [PATCH] move font things to font directory --- README.md | 2 +- OFL => fonts/OFL | 0 .../SpaceGrotesk-Bold.woff2 | Bin .../SpaceGrotesk-Regular.woff2 | Bin index.html | 4 ++-- 5 files changed, 3 insertions(+), 3 deletions(-) rename OFL => fonts/OFL (100%) rename SpaceGrotesk-Bold.woff2 => fonts/SpaceGrotesk-Bold.woff2 (100%) rename SpaceGrotesk-Regular.woff2 => fonts/SpaceGrotesk-Regular.woff2 (100%) 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 {