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;