Changeset 44262 for trunk/src/wp-admin/edit-form-blocks.php
- Timestamp:
- 12/17/2018 03:35:21 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 43891,43903,43919
- Property svn:mergeinfo changed
-
trunk/src/wp-admin/edit-form-blocks.php
r44261 r44262 178 178 ), 179 179 ); 180 181 /* 182 * Set a locale specific default font. 183 * Translators: Use this to specify the CSS font family for the default font 184 */ 185 $locale_font_family = esc_html_x( 'Noto Serif', 'CSS Font Family for Editor Font' ); 186 $styles[] = array( 187 'css' => "body { font-family: '$locale_font_family' }", 188 ); 189 180 190 if ( $editor_styles && current_theme_supports( 'editor-styles' ) ) { 181 191 foreach ( $editor_styles as $style ) {
Note: See TracChangeset
for help on using the changeset viewer.