-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmycss.css
More file actions
41 lines (39 loc) · 801 Bytes
/
Copy pathmycss.css
File metadata and controls
41 lines (39 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
@font-face {
font-family: "Pretendard-Regular";
src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff")
format("woff");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "JalnanGothic";
src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_231029@1.1/JalnanGothic.woff")
format("woff");
font-weight: normal;
font-style: normal;
}
body,
html {
margin: 0;
padding: 0;
font-family: "Pretendard-Regular", sans-serif; /* 전체 글꼴 변경 */
}
.bg {
width: 700px;
height: auto;
min-height: 100%;
margin: 0 auto;
background-color: #f2f2f2;
padding: 10px;
}
a {
text-decoration: none;
color: inherit;
}
a:visited {
color: inherit;
text-decoration: none;
}
a:hover {
color: black;
}