diff --git a/src/cool-stuff/css-purgatory/index.html b/src/cool-stuff/css-purgatory/index.html index f16539a..64c0019 100644 --- a/src/cool-stuff/css-purgatory/index.html +++ b/src/cool-stuff/css-purgatory/index.html @@ -2,7 +2,7 @@ CSS Purgatory - Emilia Allison - + -
-
-
-
-
+
+
+

CSS Purgatory

diff --git a/src/fonts/Inconsolata.ttf b/src/fonts/Inconsolata.ttf new file mode 100644 index 0000000..34848ca Binary files /dev/null and b/src/fonts/Inconsolata.ttf differ diff --git a/src/fonts/Jost.ttf b/src/fonts/Jost.ttf new file mode 100644 index 0000000..e758df3 Binary files /dev/null and b/src/fonts/Jost.ttf differ diff --git a/src/scss/waltuh/_variables.scss b/src/scss/waltuh/_variables.scss index 9f68e42..1028ca3 100644 --- a/src/scss/waltuh/_variables.scss +++ b/src/scss/waltuh/_variables.scss @@ -19,7 +19,7 @@ $-fs-900: math.div(100rem, 16); @font-face { font-family: "Inconsolata"; - src: url("fonts/Inconsolata.ttf"); + src: url("/fonts/Inconsolata.ttf"); font-display: swap; font-variation-settings: "wdth" 85; @@ -27,7 +27,7 @@ $-fs-900: math.div(100rem, 16); @font-face { font-family: "Jost"; - src: url("fonts/Jost.ttf"); + src: url("/fonts/Jost.ttf"); font-display: swap; }