Files
dnssash/theme/rb.basic/rb.fonts/GmarketSans/GmarketSans.css
T
2026-06-11 18:47:38 +09:00

30 lines
1.2 KiB
CSS

@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; }