-
Notifications
You must be signed in to change notification settings - Fork 2
/
custom-fonts.css
60 lines (51 loc) · 1.22 KB
/
custom-fonts.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
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
@import url(https://fonts.googleapis.com/css?family=Parisienne|Exo|Philosopher|Source+Code+Pro:400);
@import url('https://fonts.googleapis.com/css?family=Inconsolata:400,700');
.remark-slide-content {
font-family: 'Gill Sans', 'Calibri', 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC', sans-serif;
color: #47484D;
font-size: 190%;}
.remark-slide-content > h1, h2, h3 {
font-family: 'Yanone Kaffeesatz', sans-serif;
font-weight: normal;
}
.fancy {
font-family: 'Parisienne', cursive; }
.large {
font-size: 120%;
}
.xlarge {
font-size: 150%;
}
.small {
font-size: 80%;
}
.img-small img {
width: 50%;
height: auto;
}
.img-med img {
width: 80%;
height: auto;
}
.remark-code, .remark-inline-code {
font-family: 'Inconsolata', 'Source Code Pro', 'Lucida Console', Monaco, monospace;
font-size: 80%;
}
.bottom-right {
position: absolute;
right: 5px;
bottom: 10px;
}
.center {
margin-left: auto;
margin-right: auto;
}
.exercise {
background-color: #028482;
color: #f3f3f3;
text-shadow: 0 0 20px #333;
}
.exercise h1, .inverse h2, .inverse h3 {
color: #f3f3f3;
}