Change font

This commit is contained in:
Kaisaan 2023-04-24 11:05:38 -04:00
parent 2a8669a775
commit 4dedad164d
8 changed files with 4 additions and 1438 deletions

BIN
css/fonts/3DSfont.ttf Normal file

Binary file not shown.

BIN
css/fonts/DSiFont.ttf Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 129 KiB

Binary file not shown.

Binary file not shown.

View File

@ -1,27 +1,13 @@
@font-face {
font-family:'MMRock9';
src:url('fonts/MMRock9.eot');
src:url('fonts/MMRock9.eot?#iefix') format('embedded-opentype'),
url('fonts/MMRock9.woff') format('woff'),
url('fonts/MMRock9.ttf') format('truetype'),
url('fonts/MMRock9.svg#MMRock9') format('svg');
font-family:'DSiFont';
src:url('fonts/DSiFont.ttf');
font-weight:normal;
font-style:normal;
font-stretch: condensed;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family:'MMRock9';
src: url('fonts/MMRock9.svg') format('svg');
font-weight:normal;
font-style:normal;
font-stretch: condensed;
}
}
body {
font-family: 'MMRock9', monospace;
font-family: 'DSiFont';
background-color: #EFEFEF;
margin: 0;
padding: 0;
@ -68,7 +54,7 @@ h1 {
padding: 0;
overflow: hidden;
background-color: #1a940d;
font-family: 'MMRock9', monospace;
font-family: 'DSiFont';
}
.navstd {