add new font for name on card, remove bold
This commit is contained in:
@@ -27,12 +27,13 @@ const props = defineProps<{
|
||||
</p>
|
||||
</div>
|
||||
<p
|
||||
class="my-auto text-center max-w-full overflow-hidden font-bold name overflow-ellipsis"
|
||||
class="my-auto text-center max-w-full overflow-hidden name overflow-ellipsis"
|
||||
style="font-size: var(--normalSize); @media print {font-size: var(--printSize)}"
|
||||
:style="{
|
||||
color: card.nameColor,
|
||||
'--normalSize': `${card.textSize * 0.18}cm`,
|
||||
'--printSize': `${card.textSize}vw`,
|
||||
fontFamily: 'DINEngschrift',
|
||||
}"
|
||||
>
|
||||
{{ card.name }}
|
||||
|
||||
Reference in New Issue
Block a user