diff --git a/index.html b/index.html index 6657714..b9bc4e1 100644 --- a/index.html +++ b/index.html @@ -4,14 +4,8 @@ awesomeBible Versepicker - - + + diff --git a/public/font/InterVariable-Italic-v4.woff2 b/public/font/InterVariable-Italic.woff2 similarity index 100% rename from public/font/InterVariable-Italic-v4.woff2 rename to public/font/InterVariable-Italic.woff2 diff --git a/public/font/InterVariable-v4.woff2 b/public/font/InterVariable.woff2 similarity index 100% rename from public/font/InterVariable-v4.woff2 rename to public/font/InterVariable.woff2 diff --git a/public/font/desktop.ini b/public/font/desktop.ini deleted file mode 100644 index 386fada..0000000 --- a/public/font/desktop.ini +++ /dev/null @@ -1,2 +0,0 @@ -[LocalizedFileNames] -InterVariable-Italic.woff2=@InterVariable-Italic.woff2,0 diff --git a/public/font/inter.css b/public/font/inter.css index 46fb64b..806c59f 100644 --- a/public/font/inter.css +++ b/public/font/inter.css @@ -1,10 +1,11 @@ +/* @font-face { font-family: 'InterVariable'; font-weight: 100 900; font-display: swap; font-style: normal; font-named-instance: 'Regular'; - src: url('InterVariable-v4.woff2') format('woff2'); + src: url('InterVariable.woff2?v=4') format('woff2'); } @font-face { font-family: 'InterVariable'; @@ -12,5 +13,13 @@ font-display: swap; font-style: italic; font-named-instance: 'Italic'; - src: url('InterVariable-Italic-v4.woff2') format('woff2'); + src: url('InterVariable-Italic.woff2?v=4') format('woff2'); +} */ + +:root { + font-family: Inter, sans-serif; + font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */ } +@supports (font-variation-settings: normal) { + :root { font-family: InterVariable, sans-serif; } +} \ No newline at end of file