Fix Lexend font path
This commit is contained in:
parent
b800d79704
commit
8d970ce47b
|
@ -25,7 +25,7 @@
|
||||||
@each $weight in $lexend-weights {
|
@each $weight in $lexend-weights {
|
||||||
@include Lexend.fontFace($weight: $weight,
|
@include Lexend.fontFace($weight: $weight,
|
||||||
$display: fallback,
|
$display: fallback,
|
||||||
$fontDir: "assets/"
|
$fontDir: "/assets"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue