mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-31 01:39:50 +02:00
docs: change src to import
This commit is contained in:
@@ -1,13 +1,5 @@
|
|||||||
@font-face {
|
@charset "utf-8";
|
||||||
font-family: "Press Start 2P";
|
@import url(https://fonts.googleapis.com/css?family=Press+Start+2P);
|
||||||
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 {
|
body {
|
||||||
padding: 0 2rem;
|
padding: 0 2rem;
|
||||||
|
Reference in New Issue
Block a user