Fix fontage

This commit is contained in:
2024-08-22 18:15:04 +01:00
parent ee2a6adabd
commit 88b0ca075d
9 changed files with 84 additions and 45 deletions

View File

@@ -27,14 +27,16 @@ p, h1, h2, h3, h4, h5, h6 {
}
/*End copy paste*/
@font-face {
font-family: 'League Spartan Variable';
src: local('League Spartan'). url('LeagueSpartan-VF.woff2') format('woff2-variations');
font-family: 'League Spartan';
src: local('League Spartan'),
url('LeagueSpartan-VF.woff2') format('woff2 supports variations'),
url('LeagueSpartan-VF.woff2') format('woff2-variations');
font-weight: 200 900;
font-display: swap;
}
html {
--hyper-blue: #7df9ff;
font-family: "League Spartan Variable";
font-family: "League Spartan";
}
body {
font-variation-settings: "wght" 400;
@@ -98,3 +100,15 @@ nav > a {
}
}
}
section {
margin: auto;
padding-top: 10px;
}
div#sectionleft {
float: left;
margin-right: 10px;
}
div#sectionright {
margin: auto;
height: 100%;
}