My personal blog hauleth.dev
blog
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

style: use swap instead of fallback as font-display

+2 -2
+2 -2
themes/terminal/source/css/font.css
··· 1 1 @font-face { 2 2 font-family: 'Fira Code'; 3 - font-display: fallback; 3 + font-display: swap; 4 4 font-style: normal; 5 5 font-weight: 400; 6 6 src: url("../fonts/FiraCode-Regular.woff") format("woff"); ··· 8 8 9 9 @font-face { 10 10 font-family: 'Fira Code'; 11 - font-display: fallback; 11 + font-display: swap; 12 12 font-style: normal; 13 13 font-weight: 800; 14 14 src: url("../fonts/FiraCode-Bold.woff") format("woff");