Skip to content

Commit

Permalink
Improve device font support
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxy committed Jul 13, 2024
1 parent 3f3d8b8 commit ca616e0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion css/demo.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
body {
color: #24292f;
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
font-size: 14px;
}

#webform-toolkit {
font-family: sans-serif;
font-size: 14px;
margin: 7% auto;
width: 680px;
Expand Down

0 comments on commit ca616e0

Please sign in to comment.