Skip to content

Commit acfa33a

Browse files
authored
Merge pull request #2 from pirogramming/frontend
[add]: root.module.css 추가
2 parents bcc2e5b + b12bfa6 commit acfa33a

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

frontend/src/root.module.css

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
:root {
2+
.noto-sans-kr-context {
3+
font-family: "Noto Sans KR", sans-serif;
4+
font-optical-sizing: auto;
5+
font-weight: 400;
6+
font-style: normal;
7+
}
8+
@font-face {
9+
font-family: "Cafe24Moyamoya-Regular-v1.0";
10+
src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_231029@1.1/Cafe24Moyamoya-Regular-v1.0.woff2")
11+
format("woff2");
12+
font-weight: normal;
13+
font-style: normal;
14+
}
15+
--main-green: #49ff24;
16+
--card-toggle-green: #2aff00;
17+
--card-detail-green: #2d791d;
18+
--icon-top-green: #14ae5c;
19+
--icon-detail-green: #14ae5c;
20+
--icon-detail-yellow: #ffcd29;
21+
--icon-detail-red: #ff2c2c;
22+
--background-black: #000000;
23+
--fill-gray: #d9d9d9;
24+
--warn-red: #ff5858;
25+
--text-white: #ffffff;
26+
--border-gray: #c7c7c7;
27+
}

0 commit comments

Comments
 (0)