forked from parallel101/cppguidebook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextra.css
36 lines (36 loc) · 859 Bytes
/
extra.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
h1 {
font-weight: 1000;
margin: 1em auto;
}
h2 {
font-weight: 850;
margin: 1em auto;
}
h3 {
font-weight: 630;
margin: 1em auto;
}
h4 {
font-weight: 520;
margin: 1em auto;
}
h5 {
font-weight: 500;
margin: 1em auto;
}
body {
font-weight: 480;
}
blockquote {
color: var(--bs-gray-600);
}
:root {
--bs-body-font-family: "Noto Sans CJK SC","Noto Serif CJK SC",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
--bs-font-monospace: "Jetbrains Mono",SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New","Noto Sans CJK SC","Noto Serif CJK SC",monospace;
}
code {
font-family: var(--bs-font-monospace);
}
pre code {
font-family: var(--bs-font-monospace);
}