Skip to content

Commit e53efc0

Browse files
committed
fix: check og font weights
1 parent ee9922b commit e53efc0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/components/OgImage/BlogPost.takumi.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const formattedAuthorNames = computed(() => {
6969
>
7070
<!-- npmx logo - top right -->
7171
<div
72-
class="absolute top-12 z-10 flex items-center gap-1 text-5xl font-bold tracking-tight"
72+
class="absolute top-12 z-10 flex items-center gap-1 text-5xl font-semibold tracking-tight"
7373
style="font-family: 'Geist Sans', sans-serif; right: 6rem"
7474
>
7575
<span :style="{ color: primaryColor }" class="opacity-80">./</span>
@@ -128,7 +128,7 @@ const formattedAuthorNames = computed(() => {
128128
</span>
129129
</span>
130130
<!-- Names -->
131-
<span style="font-size: 24px; color: #a3a3a3; font-weight: 300">{{
131+
<span style="font-size: 24px; color: #a3a3a3; font-weight: 400">{{
132132
formattedAuthorNames
133133
}}</span>
134134
</div>

0 commit comments

Comments
 (0)