26 lines
858 B
CSS
26 lines
858 B
CSS
@charset "utf-8";
|
|
|
|
@font-face {
|
|
font-family: 'GmarketSansLight';
|
|
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'GmarketSansMedium';
|
|
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'GmarketSansBold';
|
|
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
.ff-gsL {font-family: 'GmarketSansLight'; font-weight: normal !important;}
|
|
.ff-gsM {font-family: 'GmarketSansMedium'; font-weight: normal !important;}
|
|
.ff-gsB {font-family: 'GmarketSansBold'; font-weight: normal !important;} |