this repo has no description

style: use swap instead of fallback as font-display

Changed files
+2 -2
themes
terminal
source
css
+2 -2
themes/terminal/source/css/font.css
···
@font-face {
font-family: 'Fira Code';
-
font-display: fallback;
+
font-display: swap;
font-style: normal;
font-weight: 400;
src: url("../fonts/FiraCode-Regular.woff") format("woff");
···
@font-face {
font-family: 'Fira Code';
-
font-display: fallback;
+
font-display: swap;
font-style: normal;
font-weight: 800;
src: url("../fonts/FiraCode-Bold.woff") format("woff");