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:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user