fixed OpenSans Variable usage in other pages
All checks were successful
CSGOWTF/csgowtf/pipeline/pr-master This commit looks good
CSGOWTF/csgowtf/pipeline/head This commit looks good

This commit is contained in:
2022-11-22 17:14:09 +01:00
parent 5279267c8e
commit 0739d3bf7b
2 changed files with 2 additions and 3 deletions

View File

@@ -14,7 +14,7 @@
} }
// Default variable overrides // Default variable overrides
$font-family-base: 'Open Sans'; $font-family-base: 'Open SansVariable';
$body-color: white; $body-color: white;
$primary: #888f98; $primary: #888f98;

View File

@@ -163,7 +163,7 @@ table {
} }
.text-up { .text-up {
font-family: "OpenSans", sans-serif; font-family: "Open Sans", sans-serif;
font-size: 40%; font-size: 40%;
vertical-align: top; vertical-align: top;
text-shadow: 10px -5px 1rem rgba(0, 0, 0, 0.5); text-shadow: 10px -5px 1rem rgba(0, 0, 0, 0.5);
@@ -172,7 +172,6 @@ table {
h3 { h3 {
font-size: 2.5rem; font-size: 2.5rem;
font-weight: lighter; font-weight: lighter;
font-family: "Open SansVariable", sans-serif;
} }
} }