From ba50434e4bb5d924d30b8f902b45b05b0f47d139 Mon Sep 17 00:00:00 2001 From: raikasdev Date: Mon, 25 Sep 2023 11:50:15 +0300 Subject: [PATCH] Removed newline from variablefont --- sass/helpers/_variablefont.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sass/helpers/_variablefont.scss b/sass/helpers/_variablefont.scss index 3423d43c..f176f310 100644 --- a/sass/helpers/_variablefont.scss +++ b/sass/helpers/_variablefont.scss @@ -9,7 +9,6 @@ font-style: $style; font-weight: $weight; // IE support (WOFF) is unnecessary as it doesn't support variable fonts. - src: url('#{$src}.woff2') format('woff2-variations'), - url('#{$src}.ttf') format('truetype-variations'); + src: url('#{$src}.woff2') format('woff2-variations'), url('#{$src}.ttf') format('truetype-variations'); } }