From 5df3a54a8c2f7b81a9d8c8b08f675079c9f2ef71 Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Wed, 7 Jun 2023 18:19:03 +0200 Subject: [PATCH] fix --- app/assets/stylesheets/extranet/layout/_typography.sass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/extranet/layout/_typography.sass b/app/assets/stylesheets/extranet/layout/_typography.sass index 023898c34..e7f0caafc 100644 --- a/app/assets/stylesheets/extranet/layout/_typography.sass +++ b/app/assets/stylesheets/extranet/layout/_typography.sass @@ -3,14 +3,14 @@ font-family: 'Basier Square' font-style: normal font-weight: 400 - src: asset-url("Basier-Square/basiersquare-regular-webfont.woff2") format("woff2"), url("Basier-Square/basiersquare-regular-webfont.woff") format("woff") + src: asset-url("Basier-Square/basiersquare-regular-webfont.woff2") format("woff2"), asset-url("Basier-Square/basiersquare-regular-webfont.woff") format("woff") @font-face font-display: swap font-family: 'Basier Square' font-style: normal font-weight: 700 - src: asset-url("Basier-Square/basiersquare-semibold-webfont.woff2") format("woff2"), url("Basier-Square/basiersquare-semibold-webfont.woff") format("woff") + src: asset-url("Basier-Square/basiersquare-semibold-webfont.woff2") format("woff2"), asset-url("Basier-Square/basiersquare-semibold-webfont.woff") format("woff") h1 margin-top: 20px -- GitLab