Merge pull request #178 from luigifcruz/patch-1
Ensure text remains visible during webfont load
This commit is contained in:
commit
4a2f49d34b
@ -4,6 +4,7 @@
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url("../fonts/FiraCode-Regular.woff") format("woff");
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
@ -12,4 +13,5 @@
|
||||
font-style: normal;
|
||||
font-weight: 800;
|
||||
src: url("../fonts/FiraCode-Bold.woff") format("woff");
|
||||
font-display: swap;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user