diff options
author | Eric Bailey <git@esb.lol> | 2024-09-30 16:04:19 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-30 16:04:19 -0500 |
commit | b4941d8556492375ce3ce96292e00d4e21c73e5e (patch) | |
tree | 5490da7f3524e54ea20a2dbe18130f434826ad68 /web | |
parent | adaa79a461f12cee09366eb9b13609a9a8203ecb (diff) | |
download | voidsky-b4941d8556492375ce3ce96292e00d4e21c73e5e.tar.zst |
Use Inter variable font (#5540)
Diffstat (limited to 'web')
-rw-r--r-- | web/index.html | 22 |
1 files changed, 3 insertions, 19 deletions
diff --git a/web/index.html b/web/index.html index 71e5ac089..8efc2cb68 100644 --- a/web/index.html +++ b/web/index.html @@ -18,24 +18,8 @@ <link rel="preconnect" href="https://bsky.network"> <title>%WEB_TITLE%</title> - <link rel="preload" as="font" type="font/otf" href="/static/media/Inter-Regular.1f5ed03b6dd9fd1f9982.otf"> - <link rel="preload" as="font" type="font/otf" href="/static/media/Inter-Italic.95778eb0c75dc956257e.otf"> - <!-- - <link rel="preload" as="font" type="font/otf" href="/static/media/Inter-Medium.296aa2d65964269836b3.otf"> - <link rel="preload" as="font" type="font/otf" href="/static/media/Inter-MediumItalic.0e57e17a6311368e2114.otf"> - --> - <link rel="preload" as="font" type="font/otf" href="/static/media/Inter-SemiBold.2277990330981b8409bb.otf"> - <link rel="preload" as="font" type="font/otf" href="/static/media/Inter-SemiBoldItalic.f62fea3df3a521d6c8a7.otf"> - <!-- - <link rel="preload" as="font" type="font/otf" href="/static/media/Inter-Bold.8d330503e1d034ad68de.otf"> - <link rel="preload" as="font" type="font/otf" href="/static/media/Inter-BoldItalic.bb17e63f9baa0d861a20.otf"> - --> - <link rel="preload" as="font" type="font/otf" href="/static/media/Inter-ExtraBold.ff2581a193bf6b7e0b06.otf"> - <link rel="preload" as="font" type="font/otf" href="/static/media/Inter-ExtraBoldItalic.0e50b40728d24d40fdf4.otf"> - <!-- - <link rel="preload" as="font" type="font/otf" href="/static/media/Inter-Black.66e9a87f1c921e844ed4.otf"> - <link rel="preload" as="font" type="font/otf" href="/static/media/Inter-BlackItalic.27b9f0ad06fd13a7b9da.otf"> - --> + <link rel="preload" as="font" type="font/ttf" href="/static/media/InterVariable.c9f788f6e7ebaec75d7c.ttf"> + <link rel="preload" as="font" type="font/ttf" href="/static/media/InterVariable-Italic.55d6a3f35e9b605ba6f4.ttf"> <style> /** @@ -58,7 +42,7 @@ body { margin: 0px; padding: 0px; - font-family: 'Inter-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Liberation Sans', Helvetica, Arial, sans-serif; + font-family: InterVariable, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Liberation Sans', Helvetica, Arial, sans-serif; text-rendering: optimizeLegibility; /* Platform-specific reset */ -webkit-overflow-scrolling: touch; |