Mae's website :3 maemoon.me
personal website svelte sveltekit
0
fork

Configure Feed

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

No more google fonts

+2 -3
+2 -3
src/app.html
··· 4 4 <head> 5 5 <meta charset="utf-8" /> 6 6 <meta name="viewport" content="width=device-width, initial-scale=1" /> 7 - <link rel="preconnect" href="https://fonts.googleapis.com"> 8 - <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> 9 - <link href="https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap" rel="stylesheet"> 7 + <link rel="preconnect" href="https://rsms.me/"> 8 + <link rel="stylesheet" href="https://rsms.me/inter/inter.css"> 10 9 %sveltekit.head% 11 10 </head> 12 11