From 831b4b075935a713befa9f2a38ae49c925ea1a0f Mon Sep 17 00:00:00 2001 From: Morgan Date: Wed, 25 Oct 2023 18:55:35 +0900 Subject: [PATCH] Update themes/mytheme/assets/css/common/post-single.css --- themes/mytheme/assets/css/common/post-single.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/mytheme/assets/css/common/post-single.css b/themes/mytheme/assets/css/common/post-single.css index a391915..23a03dc 100644 --- a/themes/mytheme/assets/css/common/post-single.css +++ b/themes/mytheme/assets/css/common/post-single.css @@ -35,7 +35,7 @@ .post-content { font-size: 15px; - font-family: "Pretendard"; + font-family: inherit; color: var(--content); }