mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 10:11:38 +09:00
Fix #1093 remove unnecessary webfont from XEDITION layout
This commit is contained in:
parent
4c5d5650a6
commit
a899ae6166
5 changed files with 10 additions and 50 deletions
|
|
@ -12,7 +12,7 @@ body, html {
|
||||||
min-width: 1240px;
|
min-width: 1240px;
|
||||||
}
|
}
|
||||||
body, input, textarea, select, button, table {
|
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;
|
font-size: 12px;
|
||||||
-webkit-font-smoothing: antialiased
|
-webkit-font-smoothing: antialiased
|
||||||
}
|
}
|
||||||
|
|
@ -184,7 +184,7 @@ a:hover, a:active, a:focus {
|
||||||
border-top: 1px solid #e4e4e4;
|
border-top: 1px solid #e4e4e4;
|
||||||
border-bottom: 3px solid #cda25a;
|
border-bottom: 3px solid #cda25a;
|
||||||
background-color: #f1f1f1;
|
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 {
|
.footer a:hover, .footer a:focus {
|
||||||
text-decoration: none
|
text-decoration: none
|
||||||
|
|
@ -719,7 +719,7 @@ a:hover, a:active, a:focus {
|
||||||
.visual.sub .sub_title h1 {
|
.visual.sub .sub_title h1 {
|
||||||
position: relative;
|
position: relative;
|
||||||
font-weight: 700;
|
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;
|
font-size: 17px;
|
||||||
color: #444
|
color: #444
|
||||||
}
|
}
|
||||||
|
|
@ -867,7 +867,7 @@ a:hover, a:active, a:focus {
|
||||||
}
|
}
|
||||||
.swiper-container {
|
.swiper-container {
|
||||||
height: 600px;
|
height: 600px;
|
||||||
font-family: Raleway, '나눔바른고딕', NanumBarunGothic, ng, '돋움', Dotum, AppleGothic, Helvetica, serif;
|
font-family: Raleway, NanumBarunGothic, Dotum, AppleGothic, Helvetica, sans-serif;
|
||||||
}
|
}
|
||||||
.swiper-container > div > div {
|
.swiper-container > div > div {
|
||||||
display: table;
|
display: table;
|
||||||
|
|
@ -1397,7 +1397,7 @@ a:hover, a:active, a:focus {
|
||||||
.visual.sub .sub_title h1 {
|
.visual.sub .sub_title h1 {
|
||||||
position: relative;
|
position: relative;
|
||||||
font-weight: 700;
|
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;
|
font-size: 17px;
|
||||||
color: #444
|
color: #444
|
||||||
}
|
}
|
||||||
|
|
@ -1459,7 +1459,7 @@ a:hover, a:active, a:focus {
|
||||||
}
|
}
|
||||||
.swiper-container {
|
.swiper-container {
|
||||||
height: 270px;
|
height: 270px;
|
||||||
font-family: Raleway, '나눔바른고딕', NanumBarunGothic, ng, '돋움', Dotum, AppleGothic, Helvetica, serif;
|
font-family: Raleway, NanumBarunGothic, Dotum, AppleGothic, Helvetica, sans-serif;
|
||||||
}
|
}
|
||||||
.swiper-container > div > div {
|
.swiper-container > div > div {
|
||||||
display: table;
|
display: table;
|
||||||
|
|
|
||||||
|
|
@ -1,43 +1,3 @@
|
||||||
@charset "utf-8";
|
@charset "utf-8";
|
||||||
@import url('//fonts.googleapis.com/css?family=Raleway:700,400');
|
@import url('//fonts.googleapis.com/css?family=Raleway:700,400');
|
||||||
@import url('//fonts.googleapis.com/css?family=Open+Sans');
|
@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');
|
|
||||||
}
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
.welcomeXE {
|
.welcomeXE {
|
||||||
padding-top: 50px;
|
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 {
|
.content + .welcomeXE {
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
z-index: 999999;
|
z-index: 999999;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 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
|
font-weight: 400
|
||||||
}
|
}
|
||||||
.login_widget .btn_ly_popup {
|
.login_widget .btn_ly_popup {
|
||||||
|
|
@ -51,7 +51,7 @@
|
||||||
padding: 30px
|
padding: 30px
|
||||||
}
|
}
|
||||||
.login_widget .signin > .login-header > h1 {
|
.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;
|
font-size: 40px;
|
||||||
line-height: 50px;
|
line-height: 50px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|
|
||||||
|
|
@ -51,7 +51,7 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: #cda25a;
|
color: #cda25a;
|
||||||
text-align: center;
|
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;
|
text-transform: uppercase;
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue