From b15cbca2d0e84270e961a90abce1cb4193d71c53 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Thu, 7 May 2020 00:07:07 +0900 Subject: [PATCH] =?UTF-8?q?/=20=E2=80=98theme/templates/base.html=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- theme/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/templates/base.html b/theme/templates/base.html index 54b01c2..ea6860a 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -11,7 +11,7 @@ body { /* font: 0.75em/1.5 AppleGothic, Sans-serif; */ /* font: 0.75em/1.5 AppleGothic, Droid sans, sans-serif; */ - font: 0.75em/1.5 '나눔 고딕', Dotum, 'droid sans fallback','AppleGothic',sans-serif; + font: 0.75em/1.5 'AppleGothic', '나눔 고딕', Dotum, 'droid sans fallback', sans-serif; } a {