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