1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-20 21:11:26 +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-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-display: swap;
}
html, body, pre, code, kbd, samp {
font-family: "Press Start 2P", sans-serif;
}
body {
padding: 0 2rem;
margin: 0 2rem;