Skip to content

Commit

Permalink
[live-demo] Use system-ui for demos
Browse files Browse the repository at this point in the history
  • Loading branch information
LeaVerou committed Nov 29, 2021
1 parent 659d3ad commit 2fa3f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/live-demo/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ Demo.fixers = {
};

Demo.baseCSS = `body {
font: 200% Helvetica Neue, Segoe UI, sans-serif;
font: 200% system-ui, Helvetica Neue, Segoe UI, sans-serif;
}
input, select, textarea, button {
Expand Down

0 comments on commit 2fa3f23

Please sign in to comment.