diff --git a/index.html b/index.html index da8f92f..1a7f21e 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@ - + diff --git a/src/data/CharacterSlot.vue b/src/data/CharacterSlot.vue index 3e449ad..3af7e43 100644 --- a/src/data/CharacterSlot.vue +++ b/src/data/CharacterSlot.vue @@ -231,8 +231,7 @@ watchEffect(() => { } .relevancy-display span { - font-family: "Roboto Mono"; - font-size: 2vmin; + font-size: 1.5vmin; color: white; text-shadow: -1px 1px 0 black, 1px 1px 0 black, 1px -1px 0 black, -1px -1px 0 black; position: absolute; diff --git a/src/data/common.css b/src/data/common.css index 83b282d..013da3a 100644 --- a/src/data/common.css +++ b/src/data/common.css @@ -41,9 +41,9 @@ } .team-nickname { - font-size: 3vmin; + font-size: 2.5vmin; z-index: 105; - top: 2.8vmin; + top: 3.2vmin; position: absolute; left: 6.3vmin; text-shadow: -1px 1px 0 var(--raised-background), 1px 1px 0 var(--raised-background), 1px -1px 0 var(--raised-background), -1px -1px 0 var(--raised-background); @@ -75,7 +75,7 @@ } .resource-box { - font-size: 3vmin; + font-size: 2vmin; align-items: center; image-rendering: pixelated; border-style: solid; diff --git a/src/main.css b/src/main.css index 60188bd..de3b3af 100644 --- a/src/main.css +++ b/src/main.css @@ -4,10 +4,11 @@ * { transition-duration: 0.5s; - font-family: "Roboto Mono", monospace; - font-weight: bold; + font-family: DogicaPixelBold, "Roboto Mono", monospace; + font-weight: normal; margin: auto; text-size-adjust: none; + line-height: 1.25; } *:focus {