Self-host all fonts on inga + change-check (drop Google Fonts CDN)
B612 Mono 400/700 + DM Sans 700 downloaded to assets/fonts; @font-face in inga.css / style.css; preloads replace the render-blocking Google stylesheet. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -6,9 +6,11 @@
|
||||
<meta name="theme-color" content="#0f1729">
|
||||
<title>Inga Michaelsen — Leadership & Team Coaching | Open Communications</title>
|
||||
<meta name="description" content="Inga Michaelsen is an Associate coach with Open Communications — systems-aware, trauma-informed work that helps teams think, decide, and lead together when the path isn't clear. PCC · ACTC · ICF.">
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Lora:ital,wght@0,400;0,500;1,400&family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=B612+Mono:wght@400;700&display=swap">
|
||||
<link rel="preload" href="assets/fonts/playfair-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||
<link rel="preload" href="assets/fonts/playfair-400i.woff2" as="font" type="font/woff2" crossorigin>
|
||||
<link rel="preload" href="assets/fonts/dmsans-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||
<link rel="preload" href="assets/fonts/lora-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||
<link rel="preload" href="assets/fonts/b612mono-700.woff2" as="font" type="font/woff2" crossorigin>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<link rel="stylesheet" href="inga.css">
|
||||
<meta name="robots" content="index,follow">
|
||||
|
||||
Reference in New Issue
Block a user