mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 05:46:04 +01:00
Only import the weights of Lato which we use
This commit is contained in:
parent
be56439572
commit
c899e7983c
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
// Font settings
|
||||
$lato-font-path: "~lato-font/fonts";
|
||||
$lato-variants: (
|
||||
"normal" : 400,
|
||||
"bold" : 600,
|
||||
);
|
||||
|
||||
$fa-font-path: "~font-awesome/fonts";
|
||||
|
||||
|
|
Loading…
Reference in a new issue