Skip to content

Commit eff1c21

Browse files
authored
Try Prata for header typeface (#563)
1 parent b741caa commit eff1c21

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

www/utils/typography.js

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ const options = {
1212
'700',
1313
],
1414
},
15+
{
16+
name: 'Prata',
17+
styles: [
18+
'400',
19+
],
20+
},
1521
{
1622
name: 'Space Mono',
1723
styles: [
@@ -22,14 +28,15 @@ const options = {
2228
],
2329
},
2430
],
25-
headerFontFamily: [`Playfair Display`, `sans-serif`],
31+
headerFontFamily: [`Prata`, `sans-serif`],
2632
bodyFontFamily: [`Futura PT`, `sans-serif`],
2733
baseFontSize: `18px`,
2834
baseLineHeight: 1.4,
35+
scaleRatio: 1.666,
36+
headerWeight: `400`,
2937
headerColor: `hsla(0,0%,0%,0.8)`,
3038
bodyColor: `hsla(0,0%,0%,0.7)`,
3139
blockMarginBottom: 0.75,
32-
scale: 2,
3340
plugins: [
3441
new CodePlugin(),
3542
],

0 commit comments

Comments
 (0)