Skip to content

Commit

Permalink
feat: add default fontSize and fontFamily
Browse files Browse the repository at this point in the history
  • Loading branch information
petersolopov committed Jun 20, 2020
1 parent 2f6ed69 commit fe8ff47
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ export const rootStyles = {
position: "relative",
boxSizing: "border-box",
overflow: "hidden",
fontSize: "16px",
fontFamily:
'Menlo, Consolas, "Liberation Mono", Monaco, "Lucida Console", monospace',
};

export const textareaStyles = {
Expand Down

0 comments on commit fe8ff47

Please sign in to comment.