From a68cbdd5ee988f9284954ca6d032da8cb433f758 Mon Sep 17 00:00:00 2001 From: ChanMyeong Date: Thu, 7 Feb 2013 03:05:09 +0000 Subject: [PATCH] Issue 2912 fixed. Second font added. "Malgun Gothic". git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12717 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- layouts/bootstrap.layout/bootstrap.layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/bootstrap.layout/bootstrap.layout.css b/layouts/bootstrap.layout/bootstrap.layout.css index 7340a3247..b3d648359 100644 --- a/layouts/bootstrap.layout/bootstrap.layout.css +++ b/layouts/bootstrap.layout/bootstrap.layout.css @@ -1,6 +1,6 @@ @charset "utf-8"; body{min-width:300px;padding:0 10px} -body,table,input,textarea,select,button{font-family:나눔고딕,NanumGothic,돋움,Dotum,Arial,Helvetica,sans-serif;font-size:14px} +body,table,input,textarea,select,button{font-family:나눔고딕,NanumGothic,"맑은 고딕","Malgun Gothic",돋움,Dotum,Arial,Helvetica,sans-serif;font-size:14px} @media all and (min-width:768px){ body,table,input,textarea,select,button{font-size:13px} }