-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathfont-changes.css
55 lines (47 loc) · 1.1 KB
/
font-changes.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
/* default font is: 'Inter', sans-serif; */
/* font for edit mode */
.CodeMirror.cm-s-obsidian {
font-family: 'PT Sans';
}
/* font for preview mode */
div.markdown-preview-view {
font-family: 'PT Sans';
}
/* fonts for headers */
.markdown-preview-view h1 {
font-family: "KG A Little Spark";
text-transform: uppercase;
letter-spacing:-0.05em;
font-size:45px !important;
line-height:1.3;
font-weight:var(--normal-weight) !important;
}
.markdown-preview-view.dailynote h1 {
text-align: right;
}.0
.markdown-preview-view h2 {
font-variant:caps;
text-transform:uppercase;
letter-spacing:-0em;
font-family: "Just tell me what";
font-size:30px !important;
line-height:1.3;
}
.markdown-preview-view h3 {
font-family: "hastoler";
font-variant:caps;
text-transform:uppercase;
letter-spacing:0.005em;
color:var(--text-normal);
font-weight:550 !important;
font-size:26px !important;
line-height:1.4;
}
.markdown-preview-view h4 {
font-family: "hastoler";
font-variant:caps;
color:var(--text-normal);
font-weight:550 !important;
font-size:24px !important;
line-height:1.4;
}