diff options
Diffstat (limited to 'frontend')
| -rw-r--r-- | frontend/style.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/frontend/style.css b/frontend/style.css index 1820d2b..b8a5d91 100644 --- a/frontend/style.css +++ b/frontend/style.css @@ -1,8 +1,8 @@ @font-face { - font-family: "Inter"; + font-family: "Interesting"; src: - url("/assets/fonts/Inter-VariableFont_opsz,wght.tff") - url("/assets/fonts/Inter-Italic-VariableFont_opsz,wght.tff"); + url("/assets/fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype"), + url("/assets/fonts/Inter-Italic-VariableFont_opsz,wght.ttf") format("truetype"); } :root { @@ -22,7 +22,7 @@ body { flex-direction: column; gap: 16px; padding: 16px; - font-family: Inter, sans-serif; + font-family: "Interesting"; } .section-container { @@ -240,5 +240,5 @@ body { } button { - font-family: Inter, sans-serif; + font-family: "Interesting", sans-serif; } |
