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 @@
-
+