10 lines
287 B
SCSS
10 lines
287 B
SCSS
|
/**
|
||
|
* 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;
|
||
|
}
|