-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss-changes.css
More file actions
33 lines (24 loc) · 819 Bytes
/
css-changes.css
File metadata and controls
33 lines (24 loc) · 819 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
/* fighton-fonts.css | file:///Users/joey/projects/fighton/assets/css/fighton-fonts.css */
h3 {
/* font-size: 1.3em !important; */
}
/* fighton-theme.css | file:///Users/joey/projects/fighton/assets/css/fighton-theme.css */
.title-slide h3 {
/* font-size: 0.4rem; */
font-size: 1.4rem;
}
/* fighton-theme.css | file:///Users/joey/projects/fighton/assets/css/fighton-theme.css */
.remark-slide-content p, ul, ol, li {
/* font-size: 1.6rem; */
font-size: 1.2rem;
}
body {
font-family: var(--text-font-family), var(--text-font-family-fallback), var(--text-font-base);
font-weight: 400;
}
/* fighton-fonts.css | file:///Users/joey/projects/fighton/assets/css/fighton-fonts.css */
body {
/* font-family: 'Bitter', Prompt, sans-serif; */
/* font-weight: 400; */
/* color: var(--near-white); */
}