From a899ae616629fa6031e9a98b90846ea56742dc31 Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Tue, 2 Oct 2018 14:00:28 +0900 Subject: [PATCH] Fix #1093 remove unnecessary webfont from XEDITION layout --- layouts/xedition/css/layout.css | 12 ++++---- layouts/xedition/css/webfont.css | 40 --------------------------- layouts/xedition/css/welcome.css | 2 +- layouts/xedition/css/widget.login.css | 4 +-- layouts/xedition/css/xeicon.css | 2 +- 5 files changed, 10 insertions(+), 50 deletions(-) diff --git a/layouts/xedition/css/layout.css b/layouts/xedition/css/layout.css index adc89dc3f..26b01faa5 100644 --- a/layouts/xedition/css/layout.css +++ b/layouts/xedition/css/layout.css @@ -12,7 +12,7 @@ body, html { min-width: 1240px; } body, input, textarea, select, button, table { - font-family: 'Open Sans', '나눔바른고딕', NanumBarunGothic, ng, '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, '애플 SD 산돌고딕 Neo', 'Apple SD Gothic Neo', AppleGothic, Helvetica, sans-serif; + font-family: Open Sans, NanumBarunGothic, Malgun Gothic, Dotum, Apple SD Gothic Neo, AppleGothic, Helvetica, sans-serif; font-size: 12px; -webkit-font-smoothing: antialiased } @@ -184,7 +184,7 @@ a:hover, a:active, a:focus { border-top: 1px solid #e4e4e4; border-bottom: 3px solid #cda25a; background-color: #f1f1f1; - font-family: 'Open Sans', '나눔바른고딕', NanumBarunGothic, ng, '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, '애플 SD 산돌고딕 Neo', 'Apple SD Gothic Neo', AppleGothic, Helvetica, sans-serif + font-family: Open Sans, NanumBarunGothic, Malgun Gothic, Dotum, Apple SD Gothic Neo, AppleGothic, Helvetica, sans-serif } .footer a:hover, .footer a:focus { text-decoration: none @@ -719,7 +719,7 @@ a:hover, a:active, a:focus { .visual.sub .sub_title h1 { position: relative; font-weight: 700; - font-family: Raleway, '나눔바른고딕', NanumBarunGothic, ng, '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, '애플 SD 산돌고딕 Neo', 'Apple SD Gothic Neo', AppleGothic, Helvetica, sans-serif; + font-family: Raleway, NanumBarunGothic, Malgun Gothic, Dotum, Apple SD Gothic Neo, AppleGothic, Helvetica, sans-serif; font-size: 17px; color: #444 } @@ -867,7 +867,7 @@ a:hover, a:active, a:focus { } .swiper-container { height: 600px; - font-family: Raleway, '나눔바른고딕', NanumBarunGothic, ng, '돋움', Dotum, AppleGothic, Helvetica, serif; + font-family: Raleway, NanumBarunGothic, Dotum, AppleGothic, Helvetica, sans-serif; } .swiper-container > div > div { display: table; @@ -1397,7 +1397,7 @@ a:hover, a:active, a:focus { .visual.sub .sub_title h1 { position: relative; font-weight: 700; - font-family: Raleway, '나눔바른고딕', NanumBarunGothic, ng, '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, '애플 SD 산돌고딕 Neo', 'Apple SD Gothic Neo', AppleGothic, Helvetica, sans-serif; + font-family: Raleway, NanumBarunGothic, Malgun Gothic, Dotum, Apple SD Gothic Neo, AppleGothic, Helvetica, sans-serif; font-size: 17px; color: #444 } @@ -1459,7 +1459,7 @@ a:hover, a:active, a:focus { } .swiper-container { height: 270px; - font-family: Raleway, '나눔바른고딕', NanumBarunGothic, ng, '돋움', Dotum, AppleGothic, Helvetica, serif; + font-family: Raleway, NanumBarunGothic, Dotum, AppleGothic, Helvetica, sans-serif; } .swiper-container > div > div { display: table; diff --git a/layouts/xedition/css/webfont.css b/layouts/xedition/css/webfont.css index 4a6f413a1..6b0dff766 100644 --- a/layouts/xedition/css/webfont.css +++ b/layouts/xedition/css/webfont.css @@ -1,43 +1,3 @@ @charset "utf-8"; @import url('//fonts.googleapis.com/css?family=Raleway:700,400'); @import url('//fonts.googleapis.com/css?family=Open+Sans'); - -/* NanumBarunGothic Font */ -@font-face { - font-family: 'ng'; - font-style: normal; - font-weight: 200; - src: url('//cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/v1/NanumBarunGothic-UltraLight.eot'); - src: url('//cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/v1/NanumBarunGothic-UltraLight.eot?#iefix') format('embedded-opentype'), - url('//cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/v1/NanumBarunGothic-UltraLight.woff') format('woff'), - url('//cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/v1/NanumBarunGothic-UltraLight.ttf') format('truetype'); -} - -@font-face { - font-family: 'ng'; - font-style: normal; - font-weight: 300; - src: url('//cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/v1/NanumBarunGothic-Light.eot'); - src: url('//cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/v1/NanumBarunGothic-Light.eot?#iefix') format('embedded-opentype'), - url('//cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/v1/NanumBarunGothic-Light.woff') format('woff'), - url('//cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/v1/NanumBarunGothic-Light.ttf') format('truetype'); -} - -@font-face { - font-family: 'ng'; - font-style: normal; - font-weight: 400; - src: url('//cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/v1/NanumBarunGothic-Regular.eot'); - src: url('//cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/v1/NanumBarunGothic-Regular.eot?#iefix') format('embedded-opentype'), - url('//cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/v1/NanumBarunGothic-Regular.woff') format('woff'), - url('//cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/v1/NanumBarunGothic-Regular.ttf') format('truetype'); -} -@font-face { - font-family: 'ng'; - font-style: normal; - font-weight: 700; - src: url('//cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/v1/NanumBarunGothic-Bold.eot'); - src: url('//cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/v1/NanumBarunGothic-Bold.eot?#iefix') format('embedded-opentype'), - url('//cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/v1/NanumBarunGothic-Bold.woff') format('woff'), - url('//cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/v1/NanumBarunGothic-Bold.ttf') format('truetype'); -} diff --git a/layouts/xedition/css/welcome.css b/layouts/xedition/css/welcome.css index 27c5c39b1..d86a02da6 100644 --- a/layouts/xedition/css/welcome.css +++ b/layouts/xedition/css/welcome.css @@ -2,7 +2,7 @@ .welcomeXE { padding-top: 50px; - font-family: Raleway, '나눔바른고딕', NanumBarunGothic, ng, '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, '애플 SD 산돌고딕 Neo', 'Apple SD Gothic Neo', AppleGothic, Helvetica, sans-serif + font-family: Raleway, NanumBarunGothic, Malgun Gothic, Dotum, Apple SD Gothic Neo, AppleGothic, Helvetica, sans-serif; } .content + .welcomeXE { padding-top: 0; diff --git a/layouts/xedition/css/widget.login.css b/layouts/xedition/css/widget.login.css index 9396774e4..f68be6941 100644 --- a/layouts/xedition/css/widget.login.css +++ b/layouts/xedition/css/widget.login.css @@ -7,7 +7,7 @@ z-index: 999999; width: 100%; height: 100%; - font-family: '나눔바른고딕', NanumBarunGothic, ng, '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, '애플 SD 산돌고딕 Neo', 'Apple SD Gothic Neo', AppleGothic, Helvetica, sans-serif; + font-family: Open Sans, NanumBarunGothic, Malgun Gothic, Dotum, Apple SD Gothic Neo, AppleGothic, Helvetica, sans-serif; font-weight: 400 } .login_widget .btn_ly_popup { @@ -51,7 +51,7 @@ padding: 30px } .login_widget .signin > .login-header > h1 { - font-family: Raleway, '나눔바른고딕', NanumBarunGothic, ng, AppleGothic, Helvetica, sans-serif; + font-family: Raleway, NanumBarunGothic, Malgun Gothic, Dotum, Apple SD Gothic Neo, AppleGothic, Helvetica, sans-serif; font-size: 40px; line-height: 50px; font-weight: 400; diff --git a/layouts/xedition/css/xeicon.css b/layouts/xedition/css/xeicon.css index fab6352b9..89bf1460e 100644 --- a/layouts/xedition/css/xeicon.css +++ b/layouts/xedition/css/xeicon.css @@ -51,7 +51,7 @@ font-weight: 600; color: #cda25a; text-align: center; - font-family: Raleway, '나눔바른고딕', NanumBarunGothic, ng, '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, '애플 SD 산돌고딕 Neo', 'Apple SD Gothic Neo', AppleGothic, Helvetica, sans-serif; + font-family: Raleway, NanumBarunGothic, Malgun Gothic, Dotum, Apple SD Gothic Neo, AppleGothic, Helvetica, sans-serif; text-transform: uppercase; letter-spacing: 1px; }