Skip to content

Commit 4057f0f

Browse files
committed
Use Arcane Nine font for Commit 451 branding text
1 parent 07ab5a5 commit 4057f0f

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

blog/index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@
4949
</script>
5050

5151
<style>
52+
@font-face {
53+
font-family: "Arcane Nine";
54+
src: url("/fonts/arcane-nine.ttf") format("truetype");
55+
font-display: swap;
56+
}
57+
.font-arcane { font-family: "Arcane Nine", "Fira Code", monospace; }
5258
html { scroll-behavior: smooth; }
5359
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
5460
</style>
@@ -64,7 +70,7 @@
6470
<div class="mx-auto max-w-6xl px-6 py-4 flex items-center justify-between">
6571
<a href="/" class="flex items-center gap-3 group">
6672
<img src="/images/avatar.png" alt="Commit 451 logo" width="36" height="36" class="rounded-full border border-dark-700 group-hover:border-brand-accent transition-colors">
67-
<span class="font-fira font-bold text-lg text-white group-hover:text-brand-accent transition-colors">Commit 451</span>
73+
<span class="font-arcane text-lg text-white group-hover:text-brand-accent transition-colors">Commit 451</span>
6874
</a>
6975
<div class="hidden sm:flex items-center gap-8 text-sm font-medium">
7076
<a href="/#work" class="text-gray-400 hover:text-brand-accent transition-colors">Work</a>

fonts/arcane-nine.ttf

98.2 KB
Binary file not shown.

index.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,12 @@
163163
</script>
164164

165165
<style>
166+
@font-face {
167+
font-family: "Arcane Nine";
168+
src: url("/fonts/arcane-nine.ttf") format("truetype");
169+
font-display: swap;
170+
}
171+
.font-arcane { font-family: "Arcane Nine", "Fira Code", monospace; }
166172
html { scroll-behavior: smooth; }
167173
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
168174
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
@@ -188,7 +194,7 @@
188194
<div class="mx-auto max-w-6xl px-6 py-4 flex items-center justify-between">
189195
<a href="#hero" class="flex items-center gap-3 group">
190196
<img src="/images/logo-v2.svg" alt="Commit 451 logo" width="36" height="36" class="transition-transform group-hover:scale-105">
191-
<span class="font-fira font-bold text-lg text-white group-hover:text-brand-accent transition-colors">Commit 451</span>
197+
<span class="font-arcane text-lg text-white group-hover:text-brand-accent transition-colors">Commit 451</span>
192198
</a>
193199
<div class="hidden sm:flex items-center gap-8 text-sm font-medium">
194200
<a href="#work" class="text-gray-400 hover:text-brand-accent transition-colors">Work</a>
@@ -224,7 +230,7 @@
224230
<img src="/images/logo-v2.svg" alt="Commit 451 company logo" width="140" height="140" class="relative">
225231
</div>
226232
</div>
227-
<h1 class="font-fira text-4xl sm:text-5xl lg:text-6xl font-bold tracking-tight text-white">
233+
<h1 class="font-arcane text-4xl sm:text-5xl lg:text-6xl tracking-tight text-white">
228234
Commit <span class="text-brand-accent">451</span>
229235
</h1>
230236
<p class="mt-4 text-xl sm:text-2xl text-gray-400 font-light italic">It's a pleasure to build.</p>

0 commit comments

Comments
 (0)