Switch to Silkscreen for pixel font

This commit is contained in:
Andrew Miner
2015-02-02 12:05:22 -08:00
parent 54997a2c89
commit 04014356f4
12 changed files with 47 additions and 73 deletions
+3 -3
View File
@@ -34,8 +34,8 @@ All rights reserved.
}
.multiplier {
position: absolute; bottom: -3em; left: 0; right: 0; height: 1.5em;
font-family: PressStart;
position: absolute; bottom: -2.0em; left: 0; right: 0; height: 1.5em;
font-family: $font-family-header;
font-size: $font-size-large;
text-align: center;
}
@@ -43,7 +43,7 @@ All rights reserved.
.quantity {
position: absolute; right: 0.1em; bottom: 0.1em;
color: white;
font-family: PressStart;
font-family: $font-family-header;
font-size: $font-size-large;
text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
}