From 7f627df4161d5b3daeac2efb483e0ab8985ba79a Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Sun, 11 Jul 2021 01:02:38 +0200 Subject: [PATCH] Slightly improve basic properties --- src/scss/components/_basic_property.scss | 1 + src/scss/global/_fonts.scss | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/src/scss/components/_basic_property.scss b/src/scss/components/_basic_property.scss index eddda73..0ae6550 100644 --- a/src/scss/components/_basic_property.scss +++ b/src/scss/components/_basic_property.scss @@ -19,6 +19,7 @@ padding-right: 1px; & > label { + font-size: 0.9em; font-weight: bold; } diff --git a/src/scss/global/_fonts.scss b/src/scss/global/_fonts.scss index 4b4001e..c837506 100644 --- a/src/scss/global/_fonts.scss +++ b/src/scss/global/_fonts.scss @@ -5,6 +5,7 @@ */ @font-face { + font-display: swap; font-family: "Lora"; font-style: normal; font-weight: normal; @@ -12,6 +13,7 @@ } @font-face { + font-display: swap; font-family: "Lora"; font-style: normal; font-weight: bold; @@ -19,6 +21,7 @@ } @font-face { + font-display: swap; font-family: "Lora"; font-style: italic; font-weight: normal; @@ -26,6 +29,7 @@ } @font-face { + font-display: swap; font-family: "Lora"; font-style: italic; font-weight: bold; @@ -33,6 +37,7 @@ } @font-face { + font-display: swap; font-family: "Wood Stamp"; font-style: normal; font-weight: normal;