Skip to content

Commit

Permalink
Replaced swap for fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Macias Moreira committed Sep 17, 2020
1 parent 5e4e56e commit d54f74b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scss/_fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
font-family: $wallie;
src: url("//d22j03ecumputt.cloudfront.net/fonts/Wallie-Skinny.woff2") format("woff2"), url("//d22j03ecumputt.cloudfront.net/fonts/Wallie-Skinny.woff") format("woff"), url("//d22j03ecumputt.cloudfront.net/fonts/Wallie-Skinny.ttf") format("truetype");
font-weight: $font-weight-skinny;
font-display: swap;
font-display: fallback;
}

@font-face {
font-family: $wallie;
src: url("//d22j03ecumputt.cloudfront.net/fonts/Wallie-Fit.woff2") format("woff2"), url("//d22j03ecumputt.cloudfront.net/fonts/Wallie-Fit.woff") format("woff"), url("//d22j03ecumputt.cloudfront.net/fonts/Wallie-Fit.ttf") format("truetype");
font-display: swap;
font-display: fallback;
}

@font-face {
font-family: $wallie;
src: url("//d22j03ecumputt.cloudfront.net/fonts/Wallie-Chunky.woff2") format("woff2"), url("//d22j03ecumputt.cloudfront.net/fonts/Wallie-Chunky.woff") format("woff"), url("//d22j03ecumputt.cloudfront.net/fonts/Wallie-Chunky.ttf") format("truetype");
font-weight: $font-weight-chunky;
font-display: swap;
font-display: fallback;
}

@font-face {
Expand All @@ -24,5 +24,5 @@
url('//d22j03ecumputt.cloudfront.net/fonts/OCRAStd.woff') format('woff'), url('//d22j03ecumputt.cloudfront.net/fonts/OCRAStd.ttf') format('truetype'), url('//d22j03ecumputt.cloudfront.net/fonts/OCRAStd.svg#OCRAStd') format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
font-display: fallback;
}

0 comments on commit d54f74b

Please # to comment.