Merge pull request #435 from prymitive/font-display

feat(ui): set font-display swap policy
This commit is contained in:
Łukasz Mierzwa
2019-02-11 20:16:49 +00:00
committed by GitHub

View File

@@ -3,6 +3,7 @@
$web-font-path: "";
@font-face {
font-display: swap;
font-family: "Lato";
font-weight: 400;
font-style: normal;
@@ -12,6 +13,7 @@ $web-font-path: "";
}
@font-face {
font-display: swap;
font-family: "Lato";
font-weight: 400;
font-style: italic;
@@ -23,6 +25,7 @@ $web-font-path: "";
}
@font-face {
font-display: swap;
font-family: "Lato";
font-weight: 700;
font-style: normal;