mirror of
https://github.com/thepaperpilot/Super-Auto-Coots.git
synced 2024-11-22 00:21:33 +00:00
Pixel font time
This commit is contained in:
parent
b1245df06e
commit
9d44a0d21f
4 changed files with 8 additions and 8 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<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="Lvl 1_0.png" />
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue