mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
Merge pull request #435 from prymitive/font-display
feat(ui): set font-display swap policy
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user