12 lines
321 B
SCSS
12 lines
321 B
SCSS
/**
|
|
* Internal Dependencies
|
|
*/
|
|
@import '../client/stylesheets/index';
|
|
@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;
|
|
}
|