summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnoduck, The Anonymous Duck <9925396+anoduck@users.noreply.github.com>2025-02-16 08:59:34 +0000
committerGitHub <noreply@github.com>2025-02-16 08:59:34 +0000
commit5086a041c02412f1a5f811325d4798c49acd328b (patch)
treeb4d2d0d4a5b10754f0d075248f97f63f74bbb9aa
parent2afa25bc6f6fe2fa934244813bfe79f1f30719f5 (diff)
Modifications font.scss
Further modifications to font.scss to satisfy stylelint requirements.
-rw-r--r--assets/scss/theme/font.scss12
1 files changed, 6 insertions, 6 deletions
diff --git a/assets/scss/theme/font.scss b/assets/scss/theme/font.scss
index b5dd2a4..79469e0 100644
--- a/assets/scss/theme/font.scss
+++ b/assets/scss/theme/font.scss
@@ -1,7 +1,7 @@
/* crimson-pro-200 - latin */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
- font-family: "Crimson Pro";
+ font-family: "Crimson Pro", serif;
font-style: normal;
font-weight: 200;
src: url("../fonts/crimson-pro-v24-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
@@ -10,7 +10,7 @@
/* crimson-pro-300 - latin */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
- font-family: "Crimson Pro";
+ font-family: "Crimson Pro", serif;
font-style: normal;
font-weight: 300;
src: url("../fonts/crimson-pro-v24-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
@@ -19,7 +19,7 @@
/* crimson-pro-regular - latin */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
- font-family: "Crimson Pro";
+ font-family: "Crimson Pro", serif;
font-style: normal;
font-weight: 400;
src: url("../fonts/crimson-pro-v24-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
@@ -28,7 +28,7 @@
/* crimson-pro-600 - latin */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
- font-family: "Crimson Pro";
+ font-family: "Crimson Pro", serif;
font-style: normal;
font-weight: 600;
src: url("../fonts/crimson-pro-v24-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
@@ -37,7 +37,7 @@
/* grenze-gotisch-regular - latin */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
- font-family: "Grenze Gotisch";
+ font-family: "Grenze Gotisch", serif;
font-style: normal;
font-weight: 400;
src: url("../fonts/grenze-gotisch-v18-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
@@ -46,7 +46,7 @@
/* texturina-regular - latin */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
- font-family: Texturina;
+ font-family: Texturina, serif;
font-style: normal;
font-weight: 400;
src: url("../fonts/texturina-v28-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */