-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcustom-fonts.css
87 lines (72 loc) · 1.61 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
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
@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');
@import url('https://fonts.googleapis.com/css?family=Fira+Code: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;
}
/*.remark-code, .remark-inline-code {
// font-family: 'Inconsolata', 'Source Code Pro', 'Lucida Console', Monaco, monospace;
// font-size: 80%;
}*/
.remark-code, .remark-inline-code {
font-family: 'Fira Code', Monaco, monospace;
font-size: 70%;
}
.bottom-right {
position: absolute;
right: 5px;
bottom: 10px;
}
.bottom-left{
position: absolute;
bottom: 10px;
}
.footnote{
position: absolute;
bottom: 10px;
font-size: 60%;
}
.center {
margin-left: auto;
margin-right: auto;
}
.green{
color: #6A994E
}
.exercise {
background-color: #5f021f;
color: #f7f7f7;
//text-shadow: 0 0 10px #333;
}
.exercise h1, .inverse h2, .inverse h3 {
color: #f7f7f7;
}
.pull-left-big {
float: left;
width: 57%;
}
.pull-right-small {
float: right;
width: 37%;
}