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
$font-family-base: 'Open Sans';
$font-family-base: 'Open SansVariable';
$body-color: white;
$primary: #888f98;

View File

@@ -172,7 +172,6 @@ table {
h3 {
font-size: 2.5rem;
font-weight: lighter;
font-family: "Open SansVariable", sans-serif;
}
}