Integrate fonts
Add office profile
Fix onload pulldown selections
This commit is contained in:
fraxle
2026-05-25 10:23:51 +01:00
parent e9a6cc9912
commit 2cb4ebe52b
20 changed files with 185 additions and 52 deletions
-8
View File
@@ -68,15 +68,7 @@
}
</script>
<link rel="preconnect" href="https://fonts.bunny.net" crossorigin />
<link rel="preconnect" href="https://api.open-meteo.com" crossorigin />
<link rel="preload" as="style"
href="https://fonts.bunny.net/css2?family=Fraunces:ital,wght@0,700;0,900;1,300;1,700&family=JetBrains+Mono:wght@400;600&family=Manrope:wght@400;500;600;700&display=swap"
onload="this.onload=null;this.rel='stylesheet'" />
<noscript>
<link rel="stylesheet"
href="https://fonts.bunny.net/css2?family=Fraunces:ital,wght@0,700;0,900;1,300;1,700&family=JetBrains+Mono:wght@400;600&family=Manrope:wght@400;500;600;700&display=swap" />
</noscript>
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>☀️</text></svg>" />
<link rel="stylesheet" href="./assets/sunscope.css?v=15b">
</head>