diff --git a/css/config.css b/css/config.css index 2c2a272f..56c5718c 100644 --- a/css/config.css +++ b/css/config.css @@ -2,7 +2,7 @@ body { color: white; background-color: black; - font-family: '맑은 고딕'; + font-family: 'Pretendard'; } table { @@ -17,7 +17,6 @@ table { font-size: 13px; word-break: break-all; text-align: center; - font-family: '맑은 고딕'; } th, @@ -33,7 +32,6 @@ td { font-size: 13px; word-break: break-all; text-align: center; - font-family: '맑은 고딕'; } a.just_link { @@ -73,8 +71,6 @@ a.just_link { font-size: 13px; word-break: break-all; text-align: center; - font-family: '맑은 고딕'; - ; } .obj_fill { @@ -87,7 +83,6 @@ button.with_skin { padding: 0 4px; background-color: black; color: white; - font-family: '맑은 고딕'; font-size: 13px; } @@ -98,7 +93,6 @@ button.with_skin:disabled { input.with_skin { background-color: black; color: white; - font-family: '맑은 고딕'; font-size: 13px; } diff --git a/css/install.css b/css/install.css index c98cfd6e..b0c840c8 100644 --- a/css/install.css +++ b/css/install.css @@ -7,10 +7,10 @@ body, html{ margin-top: 70px; } -h1.title { +h1.title { font-size: 50px; - font-family: 'Passion One', cursive; - font-weight: 400; + font-family: 'Pretendard', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic'; + font-weight: 400; } hr{ diff --git a/css/join.css b/css/join.css index 76822f61..64edee35 100644 --- a/css/join.css +++ b/css/join.css @@ -7,10 +7,10 @@ margin-top: 70px; } -h1.title { +h1.title { font-size: 50px; - font-family: 'Passion One', cursive; - font-weight: 400; + font-family: 'Pretendard', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic'; + font-weight: 400; } hr{ diff --git a/css/login.css b/css/login.css index c1aaf6d1..b9ce168f 100644 --- a/css/login.css +++ b/css/login.css @@ -10,7 +10,7 @@ html { h1.title { font-size: 50px; - font-family: 'Passion One', cursive; + font-family: 'Pretendard', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic'; font-weight: 400; } diff --git a/f_install/install.php b/f_install/install.php index 9fc504b3..83902b44 100644 --- a/f_install/install.php +++ b/f_install/install.php @@ -16,6 +16,7 @@ require(__DIR__.'/../vendor/autoload.php'); =WebUtil::printJS('../dist_js/install.js')?> =WebUtil::printCSS('../e_lib/bootstrap.min.css')?> =WebUtil::printCSS('../css/install.css')?> +