From 0ff5bd4cd35b89bd17da6ff1a0ca986db2e61b2d Mon Sep 17 00:00:00 2001 From: Agate Berriot Date: Tue, 11 Oct 2022 09:58:44 +0200 Subject: [PATCH 4/6] font: fixed typo in manrope include (#69851) --- static/includes/fonts/_manrope.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/includes/fonts/_manrope.scss b/static/includes/fonts/_manrope.scss index 03a41503..44c5f78b 100644 --- a/static/includes/fonts/_manrope.scss +++ b/static/includes/fonts/_manrope.scss @@ -1,9 +1,9 @@ -$manroppe-font-path: '/static/fonts/Manrope' !default; +$manrope-font-path: '/static/fonts/Manrope' !default; @mixin manrope-font($type, $weight, $style: normal) { @font-face { font-family: 'Manrope'; - src: url('#{$manroppe-font-path}/manrope-#{$type}.woff2') format('woff2'); + src: url('#{$manrope-font-path}/manrope-#{$type}.woff2') format('woff2'); font-weight: $weight; font-style: $style; } -- 2.37.2