Skip to content

Commit 587dc2e

Browse files
authored
docs(typography): fix font family for quotation-02 style (#1055)
1 parent f491017 commit 587dc2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/TypesetStyle/TypesetStyle.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,15 +327,15 @@ const typeScale = {
327327
'quotation-02': {
328328
sm: {
329329
step: 8,
330-
font: 'IBM Plex Sans',
330+
font: 'IBM Plex Serif',
331331
'font-weight': '300',
332332
'font-size': 2,
333333
'line-height': 2.5,
334334
'letter-spacing': '0',
335335
},
336336
md: {
337337
step: 9,
338-
font: 'IBM Plex Sans',
338+
font: 'IBM Plex Serif',
339339
'font-weight': '300',
340340
'font-size': 2.25,
341341
'line-height': 2.75,

0 commit comments

Comments
 (0)