my website
0
fork

Configure Feed

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

swap my fonts

+3
+3
src/styles/global.css
··· 108 108 src: url("/fonts/atkinson-regular.woff") format("woff"); 109 109 font-weight: 400; 110 110 font-style: normal; 111 + font-display: swap; 111 112 } 112 113 113 114 @font-face { ··· 115 116 src: url("/fonts/atkinson-bold.woff") format("woff"); 116 117 font-weight: 700; 117 118 font-style: normal; 119 + font-display: swap; 118 120 } 119 121 120 122 @font-face { ··· 122 124 src: url("/fonts/ginestra-black.otf") format("opentype"); 123 125 font-weight: 400; 124 126 font-style: normal; 127 + font-display: swap; 125 128 }