-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcustom.css
140 lines (102 loc) · 2.95 KB
/
custom.css
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
/* 웹폰트 추가 */
/* Noto폰트 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
/* 나눔스퀘어 네오 */
@font-face {
font-family: "NanumSquareNeo-Variable";
src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/[email protected]/NanumSquareNeo-Variable.woff2") format("woff2");
font-weight: normal;
font-style: normal;
}
/* 리디바탕 */
@font-face {
font-family: "RIDIBatang";
src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/[email protected]/RIDIBatang.woff") format("woff");
font-weight: normal;
font-style: normal;
}
/* 공고딕 미디엄 */
@font-face {
font-family: "GongGothicMedium";
src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/[email protected]/GongGothicMedium.woff") format("woff");
font-weight: normal;
font-style: normal;
}
/* 공고딕 라이트 */
@font-face {
font-family: "GongGothicLight";
src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/[email protected]/GongGothicLight.woff") format("woff");
font-weight: normal;
font-style: normal;
}
/* 공고딕 볼드 */
@font-face {
font-family: "GongGothicBold";
src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/[email protected]/GongGothicBold.woff") format("woff");
font-weight: normal;
font-style: normal;
}
/* 경기천년바탕 */
@font-face {
font-family: "GyeonggiBatang";
src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/[email protected]/GyeonggiBatang.woff") format("woff");
font-weight: normal;
font-style: normal;
}
/* 경기천년제목 */
@font-face {
font-family: "GyeonggiTitleM";
src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/[email protected]/GyeonggiTitleM.woff") format("woff");
font-weight: normal;
font-style: normal;
}
/* ------------------------------------------------------------------------ */
body {
font-family: "Noto Sans KR", sans-serif;
}
.navbar {
/* background-color: #000; */
background-image: url("./fig/fractal-1280074_1920.jpg");
background-position: 300px 50%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "GongGothicMedium";
}
p {
font-family: "RIDIBatang";
}
li {
font-family: "NanumSquareNeo-Variable";
}
ul.navbar-nav>li {
font-family: "GongGothicLight";
}
/* 네비게이션 상단의 메뉴 글자색 */
#quarto-header>nav>div>div.navbar-brand-container>a>span {
color: #eee;
font-family: "GongGothicMedium", sans-serif;
}
#navbarCollapse>ul.navbar-nav.navbar-nav-scroll.me-auto>li>a {
color: #eee;
}
#copyright {
font-family: "GongGothicMedium", sans-serif;
font-size: 10pt;
border-top: 1px solid #ccc;
text-align: center;
}
.html-widget.gauge {
height: 320px;
/*or try sth like 320px instead of 100%, whatever you prefer*/
}
.html-widget.gauge svg {
height: 320px;
/*or try sth like 320px instead of 100%, whatever you prefer*/
margin-top: -10px;
margin-bottom: -40px;
}