Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
quarto-dev
GitHub Repository: quarto-dev/quarto-cli
Path: blob/main/tests/docs/brand-yaml/kitchen-sink/_brand.yml
3562 views
1
color:
2
palette:
3
red: "#FF0000"
4
black: "#002040"
5
6
primary: red
7
foreground: "#21f"
8
background: "#e6f8ff"
9
10
typography:
11
fonts:
12
- source: google
13
family: EB Garamond
14
weight: [400, 700]
15
style: [normal, italic]
16
- source: google
17
family: PT Sans
18
weight: [700]
19
style: [normal, italic]
20
- source: google
21
family: Space Mono
22
style: [normal, italic]
23
weight: [400, 700]
24
base:
25
family: EB Garamond
26
# sass fails to typecheck
27
size: 12pt
28
weight: 400
29
line-height: 0.9
30
headings:
31
family: PT Sans
32
weight: 700
33
style: italic
34
color: "#2c2"
35
monospace:
36
family: Space Mono
37
monospace-inline:
38
size: 20px
39
weight: 700
40
color: "#f32"
41
background-color: white
42
monospace-block:
43
weight: 400
44
size: 8pt
45
line-height: 2
46
color: "#eee"
47
background-color: "#0a3c07"
48
link:
49
color: "#a2f"
50
weight: 700
51
decoration: underline
52
background-color: "#cfd"
53
54