We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ceaf745 + ec18615 commit 893a779Copy full SHA for 893a779
1 file changed
apps/frontend/src/app/components/OgImage/Basic.takumi.vue
@@ -12,9 +12,13 @@ defineProps<Props>();
12
<img src="/og_template.png" alt="og" class="absolute z-1" width="1200px" height="630px" />
13
14
<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>
+ <h1
16
+ class="text-7xl text-[#EDEDED]"
17
+ style="font-family: 'Orbitron', sans-serif">
18
+ Solitar
19
+ </h1>
20
- <div class="flex flex-col" :style="{ fontFamily: 'Geist Mono' }">
21
+ <div class="flex flex-col" style="font-family: 'Geist Mono', monospace">
22
<h2 class="text-5xl text-[#EDEDED]" v-if="subtitle">{{ subtitle }}</h2>
23
<h3 v-if="description" class="text-[#A0A0A0] text-3xl">
24
{{ description }}
0 commit comments