Self-host Lobster font, remove Google Fonts calls from shared and stefankoelle

This commit is contained in:
2026-09-13 23:15:49 +02:00
parent 5c1c6ed697
commit 5f4b008545
6 changed files with 10 additions and 6 deletions
+8
View File
@@ -10,6 +10,14 @@
* { box-sizing: border-box; }
@font-face {
font-family: 'Lobster';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url('fonts/lobster-latin.woff2') format('woff2');
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;