Skip to content

Commit

Permalink
docs(typography): fix font family for quotation-02 style (carbon-desi…
Browse files Browse the repository at this point in the history
  • Loading branch information
janhassel authored Dec 3, 2021
1 parent 370f2fb commit fa72372
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/TypesetStyle/TypesetStyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -458,15 +458,15 @@ const typeScale = {
'quotation-02': {
sm: {
step: 8,
font: 'IBM Plex Sans',
font: 'IBM Plex Serif',
'font-weight': '300',
'font-size': 2,
'line-height': 2.5,
'letter-spacing': '0',
},
md: {
step: 9,
font: 'IBM Plex Sans',
font: 'IBM Plex Serif',
'font-weight': '300',
'font-size': 2.25,
'line-height': 2.75,
Expand Down

0 comments on commit fa72372

Please sign in to comment.