Skip to content

Commit

Permalink
revert back to using font-display:fallback
Browse files Browse the repository at this point in the history
We need to have a better understanding and test what it means for the
font-display to use `swap` instead of fallback.

A new issue has been created:
#1437
  • Loading branch information
aliuk2012 committed Jun 7, 2019
1 parent becfd2a commit d41d055
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/helpers/_font-faces.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
govuk-font-url("light-222368e53d-v2.woff") format("woff");
font-weight: normal;
font-style: normal;
font-display: swap;
font-display: fallback;
}

@font-face {
Expand All @@ -34,7 +34,7 @@
govuk-font-url("bold-5d3836b441-v2.woff") format("woff");
font-weight: bold;
font-style: normal;
font-display: swap;
font-display: fallback;
}
}
}
Expand Down

0 comments on commit d41d055

Please sign in to comment.