1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-30 09:20:02 +02:00

docs: change src to import

This commit is contained in:
BcRikko
2019-02-26 10:27:10 +09:00
parent c80f8f1e16
commit e6828f37bf

View File

@@ -1,13 +1,5 @@
@font-face {
font-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;
}
@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Press+Start+2P);
body {
padding: 0 2rem;