templates: Update to new font mixins

pull/25/head
Tristan Daniël Maat 2023-06-13 21:34:01 +01:00
parent aba022379d
commit c573a6f818
Signed by: tlater
GPG Key ID: 49670FD774E43268
1 changed files with 20 additions and 22 deletions

View File

@ -1,29 +1,27 @@
@use "~/node_modules/@fontsource/nunito/scss/mixins" as Nunito;
@use "~/node_modules/@fontsource/arimo/scss/mixins" as Arimo;
$weights: 300, 400, 500, 600, 700;
@each $weight in $weights {
@include Nunito.fontFace(
$weight: $weight,
$display: auto,
$style: normal,
$fontDir: "npm:@fontsource/nunito/files"
);
@include Nunito.fontFace(
$weight: $weight,
$display: auto,
$style: italic,
$fontDir: "npm:@fontsource/nunito/files"
);
}
@include Arimo.fontFace(
$weight: 400,
@include Nunito.faces(
$weights: (
300,
400,
500,
600,
700,
),
$display: auto,
$style: normal,
$fontDir: "npm:@fontsource/arimo/files"
$styles: (
normal,
italic,
),
$directory: "npm:@fontsource/nunito/files"
);
@include Arimo.faces(
$weights: 400,
$display: auto,
$styles: normal,
$directory: "npm:@fontsource/arimo/files"
);
// Hack *does* come with its own CSS, but it's broken and hasn't seen