Improvements #25

Merged
lexik merged 2 commits from dev into master 2022-12-02 11:44:58 +01:00
Showing only changes of commit 8b2027cbe1 - Show all commits

View file

@ -3,18 +3,21 @@
font-family: "Spline Sans";
src: url({{ "fonts/SplineSans-Regular.woff2" | relURL }}) format('woff');
font-weight: 400;
font-display: swap;
}
@font-face {
font-family: "Spline Sans";
src: url({{ "fonts/SplineSans-Medium.woff2" | relURL }}) format('woff');
font-weight: 500;
font-display: swap;
}
@font-face {
font-family: "Spline Sans";
src: url({{ "fonts/SplineSans-Bold.woff2" | relURL }}) format('woff');
font-weight: 700;
font-display: swap;
}
</style>