Modify font family of leftBottomBoxLabel

This commit is contained in:
Sakura Knoll
2022-09-18 13:13:40 +09:00 Unverified
parent 26ed95a818
commit 8bd507c34c
4 changed files with 7 additions and 0 deletions
@@ -249,6 +249,10 @@ const ERGuideGenerator = ({
}
.tagLabel {
font-family: 'YdestreetB';
}
.leftBottomBoxLabel {
font-family: 'YdestreetB';
font-size: 15px;
}
`,
}}
@@ -37,6 +37,7 @@ const EquipmentBox = ({
mr: '5px',
width: 55,
}}
className='leftBottomBoxLabel'
>
<Box></Box>
<Box></Box>
@@ -32,6 +32,7 @@ const SigilBox = ({ sigilSets, sigils }: SigilBoxProps) => {
mr: '5px',
width: 55,
}}
className='leftBottomBoxLabel'
>
<Box></Box>
<Box></Box>
@@ -29,6 +29,7 @@ const SupportBox = ({ supportSets }: SupportBoxProps) => {
width: 55,
mr: '5px',
}}
className='leftBottomBoxLabel'
>
<Box></Box>
<Box></Box>