Pixel font time

This commit is contained in:
thepaperpilot 2023-02-21 22:48:49 -06:00
parent b1245df06e
commit 9d44a0d21f
4 changed files with 8 additions and 8 deletions

View file

@ -12,7 +12,7 @@
<link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Mynerve&display=swap" rel="stylesheet"> <link rel="stylesheet" media="screen" href="https://fontlibrary.org//face/dogica" type="text/css"/>
<link rel="prefetch" href="heart.png" /> <link rel="prefetch" href="heart.png" />
<link rel="prefetch" href="Lvl 1_0.png" /> <link rel="prefetch" href="Lvl 1_0.png" />

View file

@ -231,8 +231,7 @@ watchEffect(() => {
} }
.relevancy-display span { .relevancy-display span {
font-family: "Roboto Mono"; font-size: 1.5vmin;
font-size: 2vmin;
color: white; color: white;
text-shadow: -1px 1px 0 black, 1px 1px 0 black, 1px -1px 0 black, -1px -1px 0 black; text-shadow: -1px 1px 0 black, 1px 1px 0 black, 1px -1px 0 black, -1px -1px 0 black;
position: absolute; position: absolute;

View file

@ -41,9 +41,9 @@
} }
.team-nickname { .team-nickname {
font-size: 3vmin; font-size: 2.5vmin;
z-index: 105; z-index: 105;
top: 2.8vmin; top: 3.2vmin;
position: absolute; position: absolute;
left: 6.3vmin; 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); 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 { .resource-box {
font-size: 3vmin; font-size: 2vmin;
align-items: center; align-items: center;
image-rendering: pixelated; image-rendering: pixelated;
border-style: solid; border-style: solid;

View file

@ -4,10 +4,11 @@
* { * {
transition-duration: 0.5s; transition-duration: 0.5s;
font-family: "Roboto Mono", monospace; font-family: DogicaPixelBold, "Roboto Mono", monospace;
font-weight: bold; font-weight: normal;
margin: auto; margin: auto;
text-size-adjust: none; text-size-adjust: none;
line-height: 1.25;
} }
*:focus { *:focus {