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