๐ŸŒ mirroring test!
0
fork

Configure Feed

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

chore: kill Google font and serve from static webfont files

+18 -4
-4
index.html
··· 9 9 <link rel="stylesheet" href="/style/main.css" /> 10 10 <link rel="stylesheet" href="/style/bulma-v0.7.1.min.css" /> 11 11 <link rel="stylesheet" href="/style/fontawesome-v6.7.1-all.min.css" /> 12 - <link rel="preconnect" href="https://fonts.googleapis.com"> 13 - <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> 14 - <link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet" /> 15 - <link href="https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&display=swap" rel="stylesheet" /> 16 12 <link rel="stylesheet" type="text/css" href="/style/Gilroy-Light.css" /> 17 13 <link rel="stylesheet" type="text/css" href="/style/Gilroy-ExtraBold.css" /> 18 14 <script>
+18
style/main.css
··· 1 + @font-face { 2 + font-family: "Roboto"; 3 + font-style: normal; 4 + font-weight: 400; 5 + font-stretch: 100%; 6 + font-display: swap; 7 + src: url(/webfonts/Roboto-VariableFont_wdth,wght.woff2) format('woff2'); 8 + } 9 + 10 + @font-face { 11 + font-family: "Noto Color Emoji"; 12 + font-style: normal; 13 + font-weight: 400; 14 + font-stretch: 100%; 15 + font-display: swap; 16 + src: url(/webfonts/NotoColorEmoji-Regular.woff2) format('woff2'); 17 + } 18 + 1 19 body { 2 20 background-color: #fdedf2; 3 21 font-family: Gilroy-Light, sans-serif !important;
webfonts/NotoColorEmoji-Regular.woff2

This is a binary file and will not be displayed.

webfonts/Roboto-VariableFont_wdth,wght.woff2

This is a binary file and will not be displayed.