Skip to content

Commit 893a779

Browse files
authored
Merge pull request #8 from solitar-dev/fix/og-image
Fix OG image
2 parents ceaf745 + ec18615 commit 893a779

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

apps/frontend/src/app/components/OgImage/Basic.takumi.vue

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,13 @@ defineProps<Props>();
1212
<img src="/og_template.png" alt="og" class="absolute z-1" width="1200px" height="630px" />
1313

1414
<div class="relative flex flex-col justify-between my-12 mx-20 z-10">
15-
<h1 class="text-7xl text-[#EDEDED]" :style="{ fontFamily: 'Orbitron' }">Solitar</h1>
15+
<h1
16+
class="text-7xl text-[#EDEDED]"
17+
style="font-family: 'Orbitron', sans-serif">
18+
Solitar
19+
</h1>
1620

17-
<div class="flex flex-col" :style="{ fontFamily: 'Geist Mono' }">
21+
<div class="flex flex-col" style="font-family: 'Geist Mono', monospace">
1822
<h2 class="text-5xl text-[#EDEDED]" v-if="subtitle">{{ subtitle }}</h2>
1923
<h3 v-if="description" class="text-[#A0A0A0] text-3xl">
2024
{{ description }}

0 commit comments

Comments
 (0)