mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-06 02:41:27 +01:00
13 lines
342 B
SCSS
13 lines
342 B
SCSS
|
/*!
|
||
|
Twenty Nineteen Customizer Styles & Non-latin Font Fallbacks
|
||
|
|
||
|
NOTE: This file is automatically populated with additional styles if the user selects a custom primary color in the customzier.
|
||
|
*/
|
||
|
|
||
|
/** === Includes === */
|
||
|
|
||
|
@import "sass/mixins/mixins-master";
|
||
|
|
||
|
/** === Non-Latin font fallbacks === */
|
||
|
|
||
|
@include non-latin-fonts( '.wp-block' );
|