
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
@charset "utf-8";
@font-face {
font-family: "SBAggroB";
src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroB.woff")
format("woff");
/* font-weight: normal; */
font-style: normal;
}
@font-face {
font-family: "Pretendard-Regular";
src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff")
format("woff");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: SBaggroM;
src: url(../font/SBaggroM.ttf);
}
@font-face {
font-family: SBaggrol;
src: url(../font/SBaggroL.ttf);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
font-size: 10px;
width: 100%;
height: 100%;
font-family: "Pretendard-Regular";
overflow-x: hidden;
overflow-y: scroll;
}
body {
width: 100%;
height: 100%;
}
ul,
ol,
li {
list-style: none;
}
a {
color: #333;
text-decoration: none;
}
button {
border: none;
}
img {
display: block;
width: 100%;
}