From 517f2df1ccc0228e5a4ab42b40fb383619aa7390 Mon Sep 17 00:00:00 2001 From: Karina Kwiatek Date: Sun, 3 Jul 2022 18:41:08 +0200 Subject: [PATCH] Add Lato semibold This one gets used by Bootstrap for headings. --- app/javascript/styles/_variables.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/javascript/styles/_variables.scss b/app/javascript/styles/_variables.scss index 73344870..71c3064b 100644 --- a/app/javascript/styles/_variables.scss +++ b/app/javascript/styles/_variables.scss @@ -2,6 +2,7 @@ $lato-font-path: "~lato-font/fonts"; $lato-variants: ( "normal" : 400, + "semibold" : 500, "bold" : 600, );