-
Notifications
You must be signed in to change notification settings - Fork 3
/
_brand.yml
98 lines (85 loc) · 2.23 KB
/
_brand.yml
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# Based on the Stanford University brand guidelines: https://identity.stanford.edu/
# This file is used to define the brand colors, typography, and logo for the site / Shiny apps.
# Important:
# Please note that is _not_ an official Stanford University product.
meta:
name:
full: "Stanford University"
short: "Stanford"
link:
home: "https://www.stanford.edu"
facebook: "https://www.facebook.com/stanford"
twitter: "https://twitter.com/stanford"
linkedin: "https://www.linkedin.com/school/stanford-university"
color:
palette:
cardinal: "#8C1515"
cardinal-dark: "#820000"
cardinal-light: "#B83A4B"
cool-grey: "#4D4F53"
warm-grey: "#3F3C30"
beige: "#F4F4F4"
stone: "#544948"
sky: "#007C92"
fog: "#DAD7CB"
redwood: "#8D3C1E"
link-blue: "#006CB8"
white: "#FFFFFF"
palo-alto: "#175E54"
digital-red: "#B1040E"
process-black: "#2E2D29"
foreground: process-black
background: white
primary: cardinal
secondary: cool-grey
tertiary: fog
success: palo-alto
info: sky
warning: digital-red
danger: cardinal-dark
light: beige
dark: process-black
typography:
fonts:
- source: bunny
family: "Source Sans Pro"
weight: [300, 400, 600, 700]
style: [normal, italic]
- source: bunny
family: "Source Serif Pro"
weight: [400, 600, 700]
style: [normal]
- source: system
family: "Menlo" # For monospace
base:
family: "Source Sans Pro"
size: "16px"
weight: 400
line-height: 1.5
headings:
family: "Source Serif Pro"
weight: 600
line-height: 1.2
monospace:
family: "Menlo, Monaco, Consolas, monospace"
size: "14px"
weight: 400
link:
weight: 400
decoration: "underline"
## The following may change in the future
## Keep an eye on the Quarto documentation for updates and monitor
## https://github.com/quarto-dev/quarto-cli/pull/11378
defaults:
bootstrap:
navbar-bg: $brand-cardinal
#logo:
# small:
# light: "./assets/block-s.png"
# dark: "./assets/block-s.png"
# medium:
# light: "./assets/wordmark.svg"
# dark: "./assets/wordmark-reversed.svg"
# large:
# light: "./assets/signature.svg"
# dark: "./assets/signature-reversed.svg"