From 779383e2a4fa80ff86bf273bdbd63b93412518ed Mon Sep 17 00:00:00 2001 From: stacksmash76 <98354295+stacksmash76@users.noreply.github.com> Date: Fri, 22 Sep 2023 16:37:56 +0000 Subject: [PATCH] fix(web): Inter font (#1133) --- web/index.html | 7 ++++--- web/public/Inter-Variable.woff2 | Bin 0 -> 324992 bytes web/public/Inter.var.woff2 | Bin 324864 -> 0 bytes web/vite.config.ts | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 web/public/Inter-Variable.woff2 delete mode 100644 web/public/Inter.var.woff2 diff --git a/web/index.html b/web/index.html index eeadb88..e7245e4 100644 --- a/web/index.html +++ b/web/index.html @@ -11,7 +11,7 @@ - + @@ -25,12 +25,13 @@ font-style: normal; font-weight: 100 900; font-display: block; + font-feature-settings: "calt" 0; src: local("Inter Var"), local("Inter Variable"), local("Inter var"), local("Inter variable"), local("InterVar"), local("InterVariable"), local("Inter"), - url("/Inter.var.woff2") format("woff2"); + url("/Inter-Variable.woff2") format("woff2"); } :root { font-family: "Inter Var", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", @@ -54,4 +55,4 @@