mirror of
https://github.com/Kaisaan/kaisaan.github.io.git
synced 2025-06-19 01:05:44 -04:00
Change font
This commit is contained in:
parent
2a8669a775
commit
4dedad164d
BIN
css/fonts/3DSfont.ttf
Normal file
BIN
css/fonts/3DSfont.ttf
Normal file
Binary file not shown.
BIN
css/fonts/DSiFont.ttf
Normal file
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.
@ -1,27 +1,13 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family:'MMRock9';
|
font-family:'DSiFont';
|
||||||
src:url('fonts/MMRock9.eot');
|
src:url('fonts/DSiFont.ttf');
|
||||||
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-weight:normal;
|
font-weight:normal;
|
||||||
font-style:normal;
|
font-style:normal;
|
||||||
font-stretch: condensed;
|
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 {
|
body {
|
||||||
font-family: 'MMRock9', monospace;
|
font-family: 'DSiFont';
|
||||||
background-color: #EFEFEF;
|
background-color: #EFEFEF;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
@ -68,7 +54,7 @@ h1 {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-color: #1a940d;
|
background-color: #1a940d;
|
||||||
font-family: 'MMRock9', monospace;
|
font-family: 'DSiFont';
|
||||||
}
|
}
|
||||||
|
|
||||||
.navstd {
|
.navstd {
|
||||||
|
Loading…
Reference in New Issue
Block a user