Skip to content

Commit 4cd6d67

Browse files
committed
chore: set body weight 500, headings weight default
* Estimated defaults: page header = 700, section headers = 600
1 parent edf222c commit 4cd6d67

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,13 @@
1919
},
2020
"favicon": "/favicon.svg",
2121
"fonts": {
22-
"family": "Montserrat",
23-
"weight": 300
22+
"heading": {
23+
"family": "Montserrat"
24+
},
25+
"body": {
26+
"family": "Montserrat",
27+
"weight": 500
28+
}
2429
},
2530
"thumbnails": {
2631
"appearance": "dark"

0 commit comments

Comments
 (0)