Improvements #25
1 changed files with 3 additions and 0 deletions
|
@ -3,18 +3,21 @@
|
||||||
font-family: "Spline Sans";
|
font-family: "Spline Sans";
|
||||||
src: url({{ "fonts/SplineSans-Regular.woff2" | relURL }}) format('woff');
|
src: url({{ "fonts/SplineSans-Regular.woff2" | relURL }}) format('woff');
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Spline Sans";
|
font-family: "Spline Sans";
|
||||||
src: url({{ "fonts/SplineSans-Medium.woff2" | relURL }}) format('woff');
|
src: url({{ "fonts/SplineSans-Medium.woff2" | relURL }}) format('woff');
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Spline Sans";
|
font-family: "Spline Sans";
|
||||||
src: url({{ "fonts/SplineSans-Bold.woff2" | relURL }}) format('woff');
|
src: url({{ "fonts/SplineSans-Bold.woff2" | relURL }}) format('woff');
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
|
font-display: swap;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue