From ee19ef65c846cd33e59f51cbeecc3844bd6cef0a Mon Sep 17 00:00:00 2001 From: SeongHoon Ryu Date: Thu, 3 Sep 2015 00:19:15 +0900 Subject: [PATCH] serif failback --- docs/_themes/kr/static/flasky.css_t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_themes/kr/static/flasky.css_t b/docs/_themes/kr/static/flasky.css_t index c86b80b4f..690a11696 100644 --- a/docs/_themes/kr/static/flasky.css_t +++ b/docs/_themes/kr/static/flasky.css_t @@ -14,7 +14,7 @@ /* -- page layout ----------------------------------------------------------- */ body { - font-family: 'goudy old style', 'minion pro', 'bell mt', Georgia, 'Hiragino Mincho Pro'; + font-family: 'goudy old style', 'minion pro', 'bell mt', Georgia, 'Hiragino Mincho Pro' , serif; font-size: 17px; background-color: white; color: #000; @@ -532,4 +532,4 @@ a:hover tt { .revsys-inline { display: none!important; -} \ No newline at end of file +}