From e6828f37bf44adf13b7c330c19d6e46a8cff6623 Mon Sep 17 00:00:00 2001 From: BcRikko Date: Tue, 26 Feb 2019 10:27:10 +0900 Subject: [PATCH] docs: change src to import --- docs/style.css | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/docs/style.css b/docs/style.css index 72cb259..c2e41e0 100644 --- a/docs/style.css +++ b/docs/style.css @@ -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;