Skip to content

Commit

Permalink
Set default font family and style
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaime Terreu committed Jul 17, 2021
1 parent a279649 commit 5dbd8cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/SelectInput.elm
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,8 @@ view (Config config) id_ =
, style "overflow" "scroll"
, style "white-space" "pre"
, style "font-size" "16px"
, style "font-style" "normal"
, style "font-family" "Arial"
, style "letter-spacing" "normal"
, style "text-transform" "none"
]
Expand Down

0 comments on commit 5dbd8cf

Please sign in to comment.