Merge pull request #178 from luigifcruz/patch-1

Ensure text remains visible during webfont load
This commit is contained in:
Radek Kozieł 2020-09-27 16:11:06 +02:00 committed by GitHub
commit 4a2f49d34b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}