From c80f8f1e16f20003ddf844fe4ccf0c7afe1dd6e6 Mon Sep 17 00:00:00 2001 From: BcRikko Date: Tue, 26 Feb 2019 07:30:06 +0900 Subject: [PATCH] docs: fix font-family --- docs/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/style.css b/docs/style.css index 589487e..72cb259 100644 --- a/docs/style.css +++ b/docs/style.css @@ -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;