From c899e7983c4299ea7c22f706326a2734d3593f88 Mon Sep 17 00:00:00 2001 From: Karina Kwiatek Date: Sat, 2 Jul 2022 09:42:21 +0200 Subject: [PATCH] Only import the weights of Lato which we use --- app/javascript/styles/_variables.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/javascript/styles/_variables.scss b/app/javascript/styles/_variables.scss index aba65ce3..73344870 100644 --- a/app/javascript/styles/_variables.scss +++ b/app/javascript/styles/_variables.scss @@ -1,5 +1,9 @@ // Font settings $lato-font-path: "~lato-font/fonts"; +$lato-variants: ( + "normal" : 400, + "bold" : 600, +); $fa-font-path: "~font-awesome/fonts";