first commit 2
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
@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;
|
||||
}
|
||||
@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;
|
||||
}
|
||||
|
||||
/* Gmarket Sans */
|
||||
body, h1, h2, h3, h4, h5, h6, input, textarea, select, button, table {
|
||||
font-family: 'GmarketSansMedium', sans-serif !important;
|
||||
}
|
||||
|
||||
.font-L { font-family: 'GmarketSansLight', sans-serif !important; }
|
||||
.font-R { font-family: 'GmarketSansMedium', sans-serif !important; }
|
||||
.font-M { font-family: 'GmarketSansMedium', sans-serif !important; font-weight: bold !important; }
|
||||
.font-B { font-family: 'GmarketSansBold', sans-serif !important; }
|
||||
.font-H { font-family: 'GmarketSansBold', sans-serif !important; font-weight: 900 !important; }
|
||||
Reference in New Issue
Block a user