[#6] Name font change
All checks were successful
Publish Docker Image / Publish Docker Image (push) Successful in 5s

This commit is contained in:
2025-05-06 00:02:31 -04:00
parent 53fa9c815f
commit 89f9194420
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -321,7 +321,7 @@ export function Scene(props: JSX.IntrinsicElements["group"]) {
</group>
<Text
position={[-2.415, 12.5, -6]}
font="/assets/inter-bold.ttf"
font="/assets/clashdisplay.ttf"
color="black"
fontSize={3}
>
@@ -329,7 +329,7 @@ export function Scene(props: JSX.IntrinsicElements["group"]) {
</Text>
<Text
position={[5.185, 12.5, 1.592]}
font="/assets/inter-bold.ttf"
font="/assets/clashdisplay.ttf"
rotation={[0, -Math.PI / 2, 0]}
color="black"
fontSize={3}