Skip to content

Commit

Permalink
fix(rich-text-editor): specify font-family (contentful#907)
Browse files Browse the repository at this point in the history
  • Loading branch information
denkristoffer authored Nov 1, 2021
1 parent d40bb80 commit 33dee3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/rich-text/src/RichTextEditor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const styles = {
border: STYLE_EDITOR_BORDER,
borderTop: 0,
padding: '20px',
fontFamily: tokens.fontStackPrimary,
fontSize: tokens.spacingM,
minHeight: '400px',
background: tokens.colorWhite,
Expand Down

0 comments on commit 33dee3d

Please sign in to comment.