fixed OpenSans Variable usage in other pages #77

Merged
anonfunc merged 1 commits from dev into master 2022-11-22 17:20:02 +01:00
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

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