fixed variable font not displaying correctly
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-19 16:17:56 +01:00
parent b3dc4c3d73
commit 5279267c8e
2 changed files with 2 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
// Custom.scss
@import "~@fontsource/orbitron/index.css";
@import "~@fontsource/open-sans/index.css";
@import "~@fontsource/open-sans/variable-full.css";
@import "~fork-awesome/css/fork-awesome.css";

View File

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