mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 12:19:52 +01:00
Fix Lexend font path
This commit is contained in:
parent
b800d79704
commit
8d970ce47b
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
@each $weight in $lexend-weights {
|
||||
@include Lexend.fontFace($weight: $weight,
|
||||
$display: fallback,
|
||||
$fontDir: "assets/"
|
||||
$fontDir: "/assets"
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue