diff --git a/assets/css/font.css b/assets/css/font.css index aab7249..6bc5f52 100644 --- a/assets/css/font.css +++ b/assets/css/font.css @@ -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; }