Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 18 additions & 2 deletions inst/_brand.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ typography:
source: google
weight: [400, 600, 700]
style: [normal, italic]
- family: Share Tech Mono
source: google
weight: [400]
style: [normal]

base:
family: Inter
Expand All @@ -56,9 +60,21 @@ typography:
color: primary

monospace:
family: Fira Code
weight: 400
family: Share Tech Mono
size: 0.9em
weight: 400

monospace-inline:
family: Share Tech Mono
weight: 400
background-color: blue-grey

monospace-block:
family: Share Tech Mono
size: 1.1em
weight: 400
background-color: blue-grey
line-height: 1.4

link:
weight: 600
Expand Down
Loading