15 lines
295 B
SCSS
15 lines
295 B
SCSS
@font-face {
|
|
font-family: "Pokemon Emerald Pro";
|
|
src: url("/assets/font/pokemon-emerald-pro.ttf") format("truetype");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "DOS";
|
|
src: url("/assets/font/Fixedsys500c.ttf") format('truetype');
|
|
}
|
|
|
|
html, body {
|
|
font-family: "Pokemon Emerald Pro";
|
|
font-size: 1.05em;
|
|
}
|