1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-22 05:42:55 +02:00

docs: fix font-family

This commit is contained in:
BcRikko
2019-02-26 07:30:06 +09:00
parent f24949c36f
commit c80f8f1e16

View File

@@ -1,10 +1,14 @@
@font-face { @font-face {
font-family: "Press Start 2P"; font-family: "Press Start 2P";
src: local("Press Start 2P"), url(https://fonts.googleapis.com/css?family=Press+Start+2P), cursive; src: local("Press Start 2P"), url(https://fonts.googleapis.com/css?family=Press+Start+2P), sans-serif;
font-style: normal; font-style: normal;
font-display: swap; font-display: swap;
} }
html, body, pre, code, kbd, samp {
font-family: "Press Start 2P", sans-serif;
}
body { body {
padding: 0 2rem; padding: 0 2rem;
margin: 0 2rem; margin: 0 2rem;