Fix Lexend font path

This commit is contained in:
Andreas Nedbal 2023-01-03 13:47:41 +01:00 committed by Andreas Nedbal
parent b800d79704
commit 8d970ce47b
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
@each $weight in $lexend-weights {
@include Lexend.fontFace($weight: $weight,
$display: fallback,
$fontDir: "assets/"
$fontDir: "/assets"
);
}