patx/afterdarklabs
update font
Commit 868196f · patx · 2026-08-29T12:02:38-04:00
Comments
No comments yet.
Diff
diff --git a/docs/index.html b/docs/index.html
index ce76224..341aab0 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -30,7 +30,7 @@
<meta name="twitter:image:alt" content="After Dark Labs websites and tools that help businesses stand out">
<link rel="stylesheet" href="https://afterdarklabs.io/index.tailwind.css?v=4">
<style>
- @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&family=Syne:wght@500;600;700;800&display=swap');
+ @import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
:root {
--neon: #ccff00;
@@ -65,10 +65,11 @@
body {
background: var(--page-bg);
- font-family: 'Inter', system-ui, sans-serif;
+ font-family: 'Ubuntu', system-ui, sans-serif;
}
- .heading { font-family: 'Space Grotesk', sans-serif; }
- .logo-font { font-family: 'Syne', sans-serif; }
+
+ .heading,
+ .logo-font { font-family: inherit; }
.hero-bg { background: var(--page-bg); }