Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
use system font for storybook, consistent with wp-admin/gberg and rea…
Browse files Browse the repository at this point in the history
…sonable default for components in front end
  • Loading branch information
haszari committed Jan 30, 2020
1 parent 1780f9e commit 83e085c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions storybook/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@
* External dependencies
*/
@import "@wordpress/components/build-style/style";

// Use system font, consistent with WordPress core (wp-admin)
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

0 comments on commit 83e085c

Please sign in to comment.