18 lines
580 B
CSS
18 lines
580 B
CSS
@font-face {
|
|
font-family: 'CookieRun-Regular';
|
|
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/CookieRun-Regular.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
/* CookieRun Font */
|
|
body, h1, h2, h3, h4, h5, h6, input, textarea, select, button, table {
|
|
font-family: 'CookieRun-Regular', sans-serif !important;
|
|
}
|
|
|
|
.font-L { font-weight: 300 !important; }
|
|
.font-R { font-weight: 400 !important; }
|
|
.font-M { font-weight: 500 !important; }
|
|
.font-B { font-weight: 700 !important; }
|
|
.font-H { font-weight: 900 !important; }
|