Only import the weights of Lato which we use

This commit is contained in:
Karina Kwiatek 2022-07-02 09:42:21 +02:00 committed by Karina Kwiatek
parent be56439572
commit c899e7983c
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
// Font settings
$lato-font-path: "~lato-font/fonts";
$lato-variants: (
"normal" : 400,
"bold" : 600,
);
$fa-font-path: "~font-awesome/fonts";