Projet

Général

Profil

0002-font-fixed-typo-in-manrope-include-69851.patch

A. Berriot, 14 octobre 2022 16:41

Télécharger (1006 octets)

Voir les différences:

Subject: [PATCH 2/2] font: fixed typo in manrope include (#69851)

 static/includes/fonts/_manrope.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
static/includes/fonts/_manrope.scss
1
$manroppe-font-path: '/static/fonts/Manrope' !default;
1
$manrope-font-path: '/static/fonts/Manrope' !default;
2 2

  
3 3
@mixin manrope-font($type, $weight, $style: normal) {
4 4
    @font-face {
5 5
        font-family: 'Manrope';
6
        src: url('#{$manroppe-font-path}/manrope-#{$type}.woff2') format('woff2');
6
        src: url('#{$manrope-font-path}/manrope-#{$type}.woff2') format('woff2');
7 7
        font-weight: $weight;
8 8
        font-style: $style;
9 9
    }
10
-