Only import the weights of Lato which we use
This commit is contained in:
parent
be56439572
commit
c899e7983c
|
@ -1,5 +1,9 @@
|
||||||
// Font settings
|
// Font settings
|
||||||
$lato-font-path: "~lato-font/fonts";
|
$lato-font-path: "~lato-font/fonts";
|
||||||
|
$lato-variants: (
|
||||||
|
"normal" : 400,
|
||||||
|
"bold" : 600,
|
||||||
|
);
|
||||||
|
|
||||||
$fa-font-path: "~font-awesome/fonts";
|
$fa-font-path: "~font-awesome/fonts";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue