[#6] Name font change
All checks were successful
Publish Docker Image / Publish Docker Image (push) Successful in 5s
All checks were successful
Publish Docker Image / Publish Docker Image (push) Successful in 5s
This commit is contained in:
BIN
public/assets/clashdisplay.ttf
Normal file
BIN
public/assets/clashdisplay.ttf
Normal file
Binary file not shown.
Binary file not shown.
@@ -321,7 +321,7 @@ export function Scene(props: JSX.IntrinsicElements["group"]) {
|
|||||||
</group>
|
</group>
|
||||||
<Text
|
<Text
|
||||||
position={[-2.415, 12.5, -6]}
|
position={[-2.415, 12.5, -6]}
|
||||||
font="/assets/inter-bold.ttf"
|
font="/assets/clashdisplay.ttf"
|
||||||
color="black"
|
color="black"
|
||||||
fontSize={3}
|
fontSize={3}
|
||||||
>
|
>
|
||||||
@@ -329,7 +329,7 @@ export function Scene(props: JSX.IntrinsicElements["group"]) {
|
|||||||
</Text>
|
</Text>
|
||||||
<Text
|
<Text
|
||||||
position={[5.185, 12.5, 1.592]}
|
position={[5.185, 12.5, 1.592]}
|
||||||
font="/assets/inter-bold.ttf"
|
font="/assets/clashdisplay.ttf"
|
||||||
rotation={[0, -Math.PI / 2, 0]}
|
rotation={[0, -Math.PI / 2, 0]}
|
||||||
color="black"
|
color="black"
|
||||||
fontSize={3}
|
fontSize={3}
|
||||||
|
|||||||
Reference in New Issue
Block a user