From c7b74c78f69e2955c13234492cfbab1edd841dc5 Mon Sep 17 00:00:00 2001 From: "Spencer C. Imbleau" Date: Thu, 26 Oct 2023 19:20:54 -0400 Subject: [PATCH] refactor: no need for scss --- scss/fonts.scss => css/fonts.css | 6 +++--- index.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename scss/fonts.scss => css/fonts.css (61%) diff --git a/scss/fonts.scss b/css/fonts.css similarity index 61% rename from scss/fonts.scss rename to css/fonts.css index c4a4240..48bd3d1 100644 --- a/scss/fonts.scss +++ b/css/fonts.css @@ -1,14 +1,14 @@ @font-face { font-family: 'Roboto'; src: local("Roboto"), - url("/static/fonts/Roboto/Roboto.woff2"); + url("/static/fonts/Roboto/Roboto.woff2") format("woff2"); font-display: swap; } @font-face { font-family: 'Roboto'; src: local("Roboto-Italic"), - url("/static/fonts/Roboto/Roboto-Italic.woff2"); + url("/static/fonts/Roboto/Roboto-Italic.woff2") format("woff2"); font-style: italic; font-display: swap; } @@ -16,7 +16,7 @@ @font-face { font-family: 'Roboto'; src: local("Roboto-Bold"), - url("/static/fonts/Roboto/Roboto-Bold.woff2"); + url("/static/fonts/Roboto/Roboto-Bold.woff2") format("woff2"); font-weight: bold; font-display: swap; } \ No newline at end of file diff --git a/index.html b/index.html index fa4d9d0..7e040b6 100644 --- a/index.html +++ b/index.html @@ -60,7 +60,7 @@ - +