diff --git a/home/assets/InterVariable-Italic.woff2 b/home/assets/InterVariable-Italic.woff2 new file mode 100644 index 0000000..b3530f3 Binary files /dev/null and b/home/assets/InterVariable-Italic.woff2 differ diff --git a/home/assets/InterVariable.woff2 b/home/assets/InterVariable.woff2 new file mode 100644 index 0000000..5a8d3e7 Binary files /dev/null and b/home/assets/InterVariable.woff2 differ diff --git a/home/index.html b/home/index.html index b9b2189..8d1c2ba 100644 --- a/home/index.html +++ b/home/index.html @@ -3,12 +3,12 @@
diff --git a/home/setup.html b/home/setup.html
index 7552a62..0aecd62 100644
--- a/home/setup.html
+++ b/home/setup.html
@@ -3,12 +3,12 @@
diff --git a/home/style/fonts.css b/home/style/fonts.css
new file mode 100644
index 0000000..d8819a3
--- /dev/null
+++ b/home/style/fonts.css
@@ -0,0 +1,16 @@
+/* http://rsms.me/inter/font-files/InterVariable.woff2 */
+@font-face {
+ font-family: InterVariable;
+ font-style: normal;
+ font-weight: 100 900;
+ font-display: swap;
+ src: url("../assets/InterVariable.woff2") format('woff2');
+}
+/* http://rsms.me/inter/font-files/InterVariable-Italic.woff2 */
+@font-face {
+ font-family: InterVariable;
+ font-style: italic;
+ font-weight: 100 900;
+ font-display: swap;
+ src: url("../assets/InterVariable-Italic.woff2") format('woff2');
+}
diff --git a/home/style/style.css b/home/style/style.css
index c6305d1..5f04e89 100644
--- a/home/style/style.css
+++ b/home/style/style.css
@@ -1,9 +1,6 @@
:root {
- font-family: Inter, sans-serif;
+ font-family: InterVariable, sans-serif;
font-feature-settings: 'liga' 1, 'calt' 1;
- @supports (font-variation-settings: normal) {
- font-family: InterVariable, sans-serif;
- }
}
html {
diff --git a/home/terms-privacy.html b/home/terms-privacy.html
index 9251cb9..483bc88 100644
--- a/home/terms-privacy.html
+++ b/home/terms-privacy.html
@@ -3,12 +3,12 @@