fix : unify font for champion preview

This commit is contained in:
2024-08-04 10:29:25 +02:00
parent e36c916e0b
commit b92eb4b901
+5 -1
View File
@@ -67,10 +67,13 @@ const active = ref(false);
:class="{ active }"
></circle>
<text
text-anchor="middle"
font-family="Helvetica"
font-weight="bold"
class="champion_small_defense"
font-size="1.5"
:class="{ active }"
x="1.6"
x="2"
y="-.5"
:fill="card.guard ? 'white' : 'black'"
>
@@ -84,6 +87,7 @@ const active = ref(false);
.champion_small {
z-index: 10;
width: 100%;
margin-top: 10px;
}
.champion_small_svg {