Switch to using font-stretch

This commit is contained in:
Kaisaan 2022-10-14 23:31:56 -04:00
parent 3db1d12fb8
commit 4ae0213170

View File

@ -7,6 +7,7 @@
url('fonts/MMRock9.svg#MMRock9') format('svg');
font-weight:normal;
font-style:normal;
font-stretch: condensed;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@ -15,6 +16,7 @@
src: url('fonts/MMRock9.svg') format('svg');
font-weight:normal;
font-style:normal;
font-stretch: condensed;
}
}
@ -24,7 +26,6 @@ body {
margin: 0;
padding: 0;
font-size: 16px;
transform: scale(0.8, 1);
}
p, h1, h2 {