-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.scss
85 lines (72 loc) · 1.92 KB
/
style.scss
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
/*-- scss:defaults --*/
$font-family-sans-serif: "Lora";
$bs-body-font-family: "Lora";
$web-font-path: "No";
/*-- scss:rules --*/
/* lora-regular - latin */
@font-face {
font-family: 'Lora';
font-style: normal;
font-weight: 400;
src: local('Lora Regular'), local('Lora-Regular'),
url('fonts/lora-v15-latin-regular.woff2') format('woff2'),
url('fonts/lora-v15-latin-regular.woff') format('woff');
}
/* lora-italic - latin */
@font-face {
font-family: 'Lora';
font-style: italic;
font-weight: 400;
src: local('Lora Italic'), local('Lora-Italic'),
url('fonts/lora-v15-latin-italic.woff2') format('woff2'),
url('fonts/lora-v15-latin-italic.woff') format('woff');
}
/* lora-700 - latin */
@font-face {
font-family: 'Lora';
font-style: normal;
font-weight: 700;
src: local('Lora Bold'), local('Lora-Bold'),
url('fonts/lora-v15-latin-700.woff2') format('woff2'),
url('fonts/lora-v15-latin-700.woff') format('woff');
}
/* lora-700italic - latin */
@font-face {
font-family: 'Lora';
font-style: italic;
font-weight: 700;
src: local('Lora Bold Italic'), local('Lora-BoldItalic'),
url('fonts/lora-v15-latin-700italic.woff2') format('woff2'),
url('fonts/lora-v15-latin-700italic.woff') format('woff');
}
/* marcellus-sc-regular - latin */
@font-face {
font-family: 'Marcellus SC';
font-style: normal;
font-weight: 400;
src: local('Marcellus SC'), local('MarcellusSC-Regular'),
url('fonts/marcellus-sc-v7-latin-regular.woff2') format('woff2'),
url('fonts/marcellus-sc-v7-latin-regular.woff') format('woff');
}
h1, h2, h3 {
font-weight: normal;
font-family: "Marcellus SC", sans-serif;
margin-bottom: 0.2em;
margin-top: 0.8em;
color: #a81010;
}
// strong {
// color: #a81010;
// }
a {
color: #3498db;
}
.vocab {
color: #008B72;
}
.quarto-title-meta {
font-size: 22px;
}
.sidebar nav[role="doc-toc"] ul {
display: block;
}