diff --git a/app/assets/stylesheets/extranet/layout/_typography.sass b/app/assets/stylesheets/extranet/layout/_typography.sass index 023898c348f5b397a4cda95a052d0560bfaa2b5d..e7f0caafcbf3d6ad8173c8322a47418e98fb0f2c 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