From 72211af79ec1fe4a8ffaf43daf1182eafc6748dc Mon Sep 17 00:00:00 2001 From: Babibubebon Date: Wed, 7 Sep 2022 02:06:09 +0900 Subject: [PATCH] fix layout --- assets/_custom.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/assets/_custom.scss b/assets/_custom.scss index dd586f2..e8fc486 100644 --- a/assets/_custom.scss +++ b/assets/_custom.scss @@ -1,7 +1,10 @@ body { + font-family: 'Noto Sans JP', sans-serif; +} + +aside { overflow-wrap: break-word; word-break: keep-all; - font-family: 'Noto Sans JP', sans-serif; } code, .CodeMirror * {