summaryrefslogtreecommitdiff
path: root/docs/inter-ui.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/inter-ui.css')
-rw-r--r--docs/inter-ui.css34
1 files changed, 34 insertions, 0 deletions
diff --git a/docs/inter-ui.css b/docs/inter-ui.css
index 982a6a71f..27227a6b4 100644
--- a/docs/inter-ui.css
+++ b/docs/inter-ui.css
@@ -35,6 +35,23 @@
@font-face {
font-family: 'Inter UI';
font-style: normal;
+ font-weight: 600;
+ src: url("font-files/Inter-UI.var.woff2?v=3.0") format("woff2-variations"),
+ url("font-files/Inter-UI-SemiBold.woff2?v=3.0") format("woff2"),
+ url("font-files/Inter-UI-SemiBold.woff?v=3.0") format("woff");
+}
+@font-face {
+ font-family: 'Inter UI';
+ font-style: italic;
+ font-weight: 600;
+ src: url("font-files/Inter-UI.var.woff2?v=3.0") format("woff2-variations"),
+ url("font-files/Inter-UI-SemiBoldItalic.woff2?v=3.0") format("woff2"),
+ url("font-files/Inter-UI-SemiBoldItalic.woff?v=3.0") format("woff");
+}
+
+@font-face {
+ font-family: 'Inter UI';
+ font-style: normal;
font-weight: 700;
src: url("font-files/Inter-UI.var.woff2?v=3.0") format("woff2-variations"),
url("font-files/Inter-UI-Bold.woff2?v=3.0") format("woff2"),
@@ -52,6 +69,23 @@
@font-face {
font-family: 'Inter UI';
font-style: normal;
+ font-weight: 800;
+ src: url("font-files/Inter-UI.var.woff2?v=3.0") format("woff2-variations"),
+ url("font-files/Inter-UI-ExtraBold.woff2?v=3.0") format("woff2"),
+ url("font-files/Inter-UI-ExtraBold.woff?v=3.0") format("woff");
+}
+@font-face {
+ font-family: 'Inter UI';
+ font-style: italic;
+ font-weight: 800;
+ src: url("font-files/Inter-UI.var.woff2?v=3.0") format("woff2-variations"),
+ url("font-files/Inter-UI-ExtraBoldItalic.woff2?v=3.0") format("woff2"),
+ url("font-files/Inter-UI-ExtraBoldItalic.woff?v=3.0") format("woff");
+}
+
+@font-face {
+ font-family: 'Inter UI';
+ font-style: normal;
font-weight: 900;
src: url("font-files/Inter-UI.var.woff2?v=3.0") format("woff2-variations"),
url("font-files/Inter-UI-Black.woff2?v=3.0") format("woff2"),