mirror of https://github.com/hykilpikonna/AquaDX
fix: change font on userplate from Arial to Choco Cooky
i lied about cfvhoco cooky but it's so funny we really needt o do that at some pointv1-dev
parent
113769643a
commit
45e3f23dc9
Binary file not shown.
|
@ -52,6 +52,11 @@
|
||||||
{/await}
|
{/await}
|
||||||
<style lang="sass">
|
<style lang="sass">
|
||||||
@use "../../../vars"
|
@use "../../../vars"
|
||||||
|
|
||||||
|
@font-face
|
||||||
|
font-family: "Zen Maru Gothic"
|
||||||
|
src: url("/assets/fonts/ZenMaru.woff2")
|
||||||
|
|
||||||
.chuni-nameplate
|
.chuni-nameplate
|
||||||
width: 576px
|
width: 576px
|
||||||
height: 228px
|
height: 228px
|
||||||
|
@ -78,7 +83,7 @@
|
||||||
top: 40px
|
top: 40px
|
||||||
|
|
||||||
font-size: 1.15em
|
font-size: 1.15em
|
||||||
font-family: sans-serif
|
font-family: "Zen Maru Gothic", sans-serif
|
||||||
font-weight: bold
|
font-weight: bold
|
||||||
|
|
||||||
overflow-x: hidden
|
overflow-x: hidden
|
||||||
|
@ -123,7 +128,7 @@
|
||||||
display: flex
|
display: flex
|
||||||
align-items: center
|
align-items: center
|
||||||
color: black
|
color: black
|
||||||
font-family: sans-serif
|
font-family: "Zen Maru Gothic", sans-serif
|
||||||
font-weight: bold
|
font-weight: bold
|
||||||
|
|
||||||
.chuni-user-name
|
.chuni-user-name
|
||||||
|
|
Loading…
Reference in New Issue