summaryrefslogtreecommitdiff
path: root/docs/inter.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/inter.css')
-rw-r--r--docs/inter.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/inter.css b/docs/inter.css
index 5e30e46ca..a517569cc 100644
--- a/docs/inter.css
+++ b/docs/inter.css
@@ -20,18 +20,18 @@ Usage example:
font-style: normal;
font-weight: 100 900;
font-display: swap;
- src: url('font-files/Inter-Variable.woff2?v={{font_v}}') format('woff2');
+ src: url('font-files/InterVariable.woff2?v={{font_v}}') format('woff2');
}
@font-face {
font-family: InterVariable;
font-style: italic;
font-weight: 100 900;
font-display: swap;
- src: url('font-files/Inter-Variable-Italic.woff2?v={{font_v}}') format('woff2');
+ src: url('font-files/InterVariable-Italic.woff2?v={{font_v}}') format('woff2');
}
/* legacy name "Inter var" (Oct 2023) */
-@font-face { font-family:'Inter var'; font-style:normal; font-weight:100 900; font-display:swap; src: url('font-files/Inter-Variable.woff2?v={{font_v}}') format('woff2'); }
-@font-face { font-family:'Inter var'; font-style:italic; font-weight:100 900; font-display:swap; src: url('font-files/Inter-Variable-Italic.woff2?v={{font_v}}') format('woff2'); }
+@font-face { font-family:'Inter var'; font-style:normal; font-weight:100 900; font-display:swap; src: url('font-files/InterVariable.woff2?v={{font_v}}') format('woff2'); }
+@font-face { font-family:'Inter var'; font-style:italic; font-weight:100 900; font-display:swap; src: url('font-files/InterVariable-Italic.woff2?v={{font_v}}') format('woff2'); }
/* static fonts */
@font-face { font-family:Inter; font-style:normal; font-weight:100; font-display:swap; src:url("font-files/Inter-Thin.woff2?v={{font_v}}") format("woff2"); }
@font-face { font-family:Inter; font-style:italic; font-weight:100; font-display:swap; src:url("font-files/Inter-ThinItalic.woff2?v={{font_v}}") format("woff2"); }