-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.css
48 lines (37 loc) · 873 Bytes
/
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
@import url('https://spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css');
@import url('https://fonts.googleapis.com/earlyaccess/nanumbrushscript.css');
@import url('https://fonts.googleapis.com/earlyaccess/nanumpenscript.css');
html, body, h1, h2, h3, h4, h5, h6, li, p {font-family:'Spoqa Han Sans Neo', 'sans-serif';}
.remark-slide-content h2 {
font-size: 40px;
}
.remark-slide-content p, li {
font-size: 30px;
}
.pen-b {
font-family: 'Nanum Brush Script', cursive;
font-size: 130%;
}
.pen-p {
font-family: 'Nanum Pen Script', cursive;
font-size: 130%;
}
.fb-blue {
color: #3b5998;
}
.mm-purple {
color: #7912af;
}
.kt-yellow {
color: #FFCB01;
}
.gh-gray {
color: #7f7f7f;
}
.large { font-size: 130%; }
.small { font-size: 70%; }
.tiny { font-size: 40%; }
.strong { font-weight: bold; }
.remark-slide-number {
display: none;
}