From a1587f211c2b205651af3f8f40a756806076a724 Mon Sep 17 00:00:00 2001 From: Lee Minseo Date: Thu, 16 Dec 2021 18:42:37 +0900 Subject: [PATCH] Update style.css --- docs/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/style.css b/docs/style.css index cae5818..a0c87ce 100644 --- a/docs/style.css +++ b/docs/style.css @@ -22,6 +22,7 @@ @import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/variable/pretendardvariable.css'); html, .markdown-body { font-family: 'Galmuri11', -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo', 'Pretendard Variable', Roboto, 'Noto Sans KR', 'Segoe UI', 'Malgun Gothic', sans-serif; font-feature-settings: 'palt'; } header { height: 0; overflow: hidden; } +.markdown-body { line-height: 1.25; } .markdown-body a { color: #06c; } h1 { font-size: 32px !important; } h2, h3 { font-size: 24px !important; }