fixed variable font not displaying correctly #76

Merged
anonfunc merged 1 commits from dev into master 2022-11-19 16:19:53 +01:00
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;
}
}