15 lines
365 B
SCSS
15 lines
365 B
SCSS
/**
|
|
* External dependencies
|
|
*/
|
|
@import '@wordpress/components/build-style/style';
|
|
|
|
/**
|
|
* Internal Dependencies
|
|
*/
|
|
@import '../packages/components/src/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;
|
|
}
|