-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathsettings.yml
63 lines (53 loc) · 1.64 KB
/
settings.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
fonts:
default: ""
type: list
description: |
Add the name of the font(s) you want to use from <a href="https://fonts.google.com" target="_blank">fonts.google.com</a>. Note that font names are CaSe SeNsiTivE!
<br/><br/>
You can add additional styles and weights in the following format (comma separated, no spaces):
"Roboto:300,300i,500"
body_font:
type: string
default: ""
description: |
The main font used throughout Discourse, must be included in "fonts" setting above.
body_font_weight:
default: 400
min: 100
max: 900
description: |
Font thickness in the range of 100-900. 400 is normal, 700 is bold
headline_font:
type: string
default: ""
description: |
Optional font for headlines, must be included in "fonts" setting above.
headline_font_weight:
default: 700
min: 100
max: 900
description: |
Font thickness in the range of 100-900. 400 is normal, 700 is bold
monospaced_font:
type: string
default: ""
description: |
Optional font for code blocks, must be included in "fonts" setting above.
monospaced_font_weight:
default: 400
min: 100
max: 900
description: |
Font thickness in the range of 100-900. 400 is normal, 700 is bold
normal_font_size:
default: "15px"
description: "Default font size for all users, adjusting this will adjust all font sizes proportionately"
smaller_font_size:
default: "14px"
description: "Selectable in each user's interface preferences"
larger_font_size:
default: "17px"
description: "Selectable in each user's interface preferences"
largest_font_size:
default: "19px"
description: "Selectable in each user's interface preferences"