mirror of
https://github.com/Kaisaan/kaisaan.github.io.git
synced 2025-06-18 16:55:39 -04:00
Switch to using font-stretch
This commit is contained in:
parent
3db1d12fb8
commit
4ae0213170
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user