Bundled Themes: Update Twenty Twenty.
This brings trunk’s version of Twenty Twenty in-sync with GitHub.
For a complete list of changes since [46571], see https://github.com/WordPress/twentytwenty/compare/4549fd9...dea9290.
Props anlino, ianbelanger, poena, williampatton, collet, erikkroes, torres126, intimez, byalextran, mehidi258, swapnild, nielslange.
Fixes #48450.
Built from https://develop.svn.wordpress.org/trunk@46613
git-svn-id: http://core.svn.wordpress.org/trunk@46410 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-10-29 15:55:05 +01:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* Non-latin language handling.
|
|
|
|
*
|
|
|
|
* Handle non-latin language styles.
|
|
|
|
*
|
|
|
|
* @package WordPress
|
|
|
|
* @subpackage Twenty_Twenty
|
2019-12-07 14:56:06 +01:00
|
|
|
* @since Twenty Twenty 1.0
|
Bundled Themes: Update Twenty Twenty.
This brings trunk’s version of Twenty Twenty in-sync with GitHub.
For a complete list of changes since [46571], see https://github.com/WordPress/twentytwenty/compare/4549fd9...dea9290.
Props anlino, ianbelanger, poena, williampatton, collet, erikkroes, torres126, intimez, byalextran, mehidi258, swapnild, nielslange.
Fixes #48450.
Built from https://develop.svn.wordpress.org/trunk@46613
git-svn-id: http://core.svn.wordpress.org/trunk@46410 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-10-29 15:55:05 +01:00
|
|
|
*/
|
|
|
|
|
|
|
|
if ( ! class_exists( 'TwentyTwenty_Non_Latin_Languages' ) ) {
|
|
|
|
/**
|
|
|
|
* Language handling.
|
2021-07-03 11:14:58 +02:00
|
|
|
*
|
|
|
|
* @since Twenty Twenty 1.0
|
Bundled Themes: Update Twenty Twenty.
This brings trunk’s version of Twenty Twenty in-sync with GitHub.
For a complete list of changes since [46571], see https://github.com/WordPress/twentytwenty/compare/4549fd9...dea9290.
Props anlino, ianbelanger, poena, williampatton, collet, erikkroes, torres126, intimez, byalextran, mehidi258, swapnild, nielslange.
Fixes #48450.
Built from https://develop.svn.wordpress.org/trunk@46613
git-svn-id: http://core.svn.wordpress.org/trunk@46410 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-10-29 15:55:05 +01:00
|
|
|
*/
|
|
|
|
class TwentyTwenty_Non_Latin_Languages {
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Get custom CSS.
|
|
|
|
*
|
|
|
|
* Return CSS for non-latin language, if available, or null
|
2019-11-11 13:59:00 +01:00
|
|
|
*
|
2021-07-03 11:14:58 +02:00
|
|
|
* @since Twenty Twenty 1.0
|
|
|
|
*
|
|
|
|
* @param string $type Whether to return CSS for the "front-end", "block-editor", or "classic-editor".
|
Bundled Themes: Update Twenty Twenty.
This brings trunk’s version of Twenty Twenty in-sync with GitHub.
For a complete list of changes since [46571], see https://github.com/WordPress/twentytwenty/compare/4549fd9...dea9290.
Props anlino, ianbelanger, poena, williampatton, collet, erikkroes, torres126, intimez, byalextran, mehidi258, swapnild, nielslange.
Fixes #48450.
Built from https://develop.svn.wordpress.org/trunk@46613
git-svn-id: http://core.svn.wordpress.org/trunk@46410 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-10-29 15:55:05 +01:00
|
|
|
* @return void
|
|
|
|
*/
|
|
|
|
public static function get_non_latin_css( $type = 'front-end' ) {
|
|
|
|
|
2020-01-29 01:45:18 +01:00
|
|
|
// Fetch site locale.
|
Bundled Themes: Update Twenty Twenty.
This brings trunk’s version of Twenty Twenty in-sync with GitHub.
For a complete list of changes since [46571], see https://github.com/WordPress/twentytwenty/compare/4549fd9...dea9290.
Props anlino, ianbelanger, poena, williampatton, collet, erikkroes, torres126, intimez, byalextran, mehidi258, swapnild, nielslange.
Fixes #48450.
Built from https://develop.svn.wordpress.org/trunk@46613
git-svn-id: http://core.svn.wordpress.org/trunk@46410 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-10-29 15:55:05 +01:00
|
|
|
$locale = get_bloginfo( 'language' );
|
|
|
|
|
2021-07-03 11:14:58 +02:00
|
|
|
/**
|
|
|
|
* Filters the fallback fonts for non-latin languages.
|
|
|
|
*
|
|
|
|
* @since Twenty Twenty 1.0
|
|
|
|
*
|
|
|
|
* @param array $font_family An array of locales and font families.
|
|
|
|
*/
|
Bundled Themes: Update Twenty Twenty.
This brings trunk’s version of Twenty Twenty in-sync with GitHub.
For a complete list of changes since [46571], see https://github.com/WordPress/twentytwenty/compare/4549fd9...dea9290.
Props anlino, ianbelanger, poena, williampatton, collet, erikkroes, torres126, intimez, byalextran, mehidi258, swapnild, nielslange.
Fixes #48450.
Built from https://develop.svn.wordpress.org/trunk@46613
git-svn-id: http://core.svn.wordpress.org/trunk@46410 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-10-29 15:55:05 +01:00
|
|
|
$font_family = apply_filters(
|
|
|
|
'twentytwenty_get_localized_font_family_types',
|
|
|
|
array(
|
|
|
|
|
|
|
|
// Arabic.
|
|
|
|
'ar' => array( 'Tahoma', 'Arial', 'sans-serif' ),
|
|
|
|
'ary' => array( 'Tahoma', 'Arial', 'sans-serif' ),
|
|
|
|
'azb' => array( 'Tahoma', 'Arial', 'sans-serif' ),
|
|
|
|
'ckb' => array( 'Tahoma', 'Arial', 'sans-serif' ),
|
|
|
|
'fa-IR' => array( 'Tahoma', 'Arial', 'sans-serif' ),
|
|
|
|
'haz' => array( 'Tahoma', 'Arial', 'sans-serif' ),
|
|
|
|
'ps' => array( 'Tahoma', 'Arial', 'sans-serif' ),
|
|
|
|
|
|
|
|
// Chinese Simplified (China) - Noto Sans SC.
|
|
|
|
'zh-CN' => array( '\'PingFang SC\'', '\'Helvetica Neue\'', '\'Microsoft YaHei New\'', '\'STHeiti Light\'', 'sans-serif' ),
|
|
|
|
|
|
|
|
// Chinese Traditional (Taiwan) - Noto Sans TC.
|
|
|
|
'zh-TW' => array( '\'PingFang TC\'', '\'Helvetica Neue\'', '\'Microsoft YaHei New\'', '\'STHeiti Light\'', 'sans-serif' ),
|
|
|
|
|
|
|
|
// Chinese (Hong Kong) - Noto Sans HK.
|
|
|
|
'zh-HK' => array( '\'PingFang HK\'', '\'Helvetica Neue\'', '\'Microsoft YaHei New\'', '\'STHeiti Light\'', 'sans-serif' ),
|
|
|
|
|
|
|
|
// Cyrillic.
|
|
|
|
'bel' => array( '\'Helvetica Neue\'', 'Helvetica', '\'Segoe UI\'', 'Arial', 'sans-serif' ),
|
|
|
|
'bg-BG' => array( '\'Helvetica Neue\'', 'Helvetica', '\'Segoe UI\'', 'Arial', 'sans-serif' ),
|
|
|
|
'kk' => array( '\'Helvetica Neue\'', 'Helvetica', '\'Segoe UI\'', 'Arial', 'sans-serif' ),
|
|
|
|
'mk-MK' => array( '\'Helvetica Neue\'', 'Helvetica', '\'Segoe UI\'', 'Arial', 'sans-serif' ),
|
|
|
|
'mn' => array( '\'Helvetica Neue\'', 'Helvetica', '\'Segoe UI\'', 'Arial', 'sans-serif' ),
|
|
|
|
'ru-RU' => array( '\'Helvetica Neue\'', 'Helvetica', '\'Segoe UI\'', 'Arial', 'sans-serif' ),
|
|
|
|
'sah' => array( '\'Helvetica Neue\'', 'Helvetica', '\'Segoe UI\'', 'Arial', 'sans-serif' ),
|
|
|
|
'sr-RS' => array( '\'Helvetica Neue\'', 'Helvetica', '\'Segoe UI\'', 'Arial', 'sans-serif' ),
|
|
|
|
'tt-RU' => array( '\'Helvetica Neue\'', 'Helvetica', '\'Segoe UI\'', 'Arial', 'sans-serif' ),
|
|
|
|
'uk' => array( '\'Helvetica Neue\'', 'Helvetica', '\'Segoe UI\'', 'Arial', 'sans-serif' ),
|
|
|
|
|
|
|
|
// Devanagari.
|
|
|
|
'bn-BD' => array( 'Arial', 'sans-serif' ),
|
|
|
|
'hi-IN' => array( 'Arial', 'sans-serif' ),
|
|
|
|
'mr' => array( 'Arial', 'sans-serif' ),
|
|
|
|
'ne-NP' => array( 'Arial', 'sans-serif' ),
|
|
|
|
|
|
|
|
// Greek.
|
|
|
|
'el' => array( '\'Helvetica Neue\', Helvetica, Arial, sans-serif' ),
|
|
|
|
|
|
|
|
// Gujarati.
|
|
|
|
'gu' => array( 'Arial', 'sans-serif' ),
|
|
|
|
|
|
|
|
// Hebrew.
|
|
|
|
'he-IL' => array( '\'Arial Hebrew\'', 'Arial', 'sans-serif' ),
|
|
|
|
|
|
|
|
// Japanese.
|
|
|
|
'ja' => array( 'sans-serif' ),
|
|
|
|
|
|
|
|
// Korean.
|
|
|
|
'ko-KR' => array( '\'Apple SD Gothic Neo\'', '\'Malgun Gothic\'', '\'Nanum Gothic\'', 'Dotum', 'sans-serif' ),
|
|
|
|
|
|
|
|
// Thai.
|
|
|
|
'th' => array( '\'Sukhumvit Set\'', '\'Helvetica Neue\'', 'Helvetica', 'Arial', 'sans-serif' ),
|
|
|
|
|
|
|
|
// Vietnamese.
|
|
|
|
'vi' => array( '\'Libre Franklin\'', 'sans-serif' ),
|
|
|
|
|
|
|
|
)
|
|
|
|
);
|
|
|
|
|
|
|
|
// Return if the selected language has no fallback fonts.
|
|
|
|
if ( empty( $font_family[ $locale ] ) ) {
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
2021-07-03 11:14:58 +02:00
|
|
|
/**
|
|
|
|
* Filters the elements to apply fallback fonts to.
|
|
|
|
*
|
|
|
|
* @since Twenty Twenty 1.0
|
|
|
|
*
|
|
|
|
* @param array $elements An array of elements for "front-end", "block-editor", or "classic-editor".
|
|
|
|
*/
|
Bundled Themes: Update Twenty Twenty.
This brings trunk’s version of Twenty Twenty in-sync with GitHub.
For a complete list of changes since [46571], see https://github.com/WordPress/twentytwenty/compare/4549fd9...dea9290.
Props anlino, ianbelanger, poena, williampatton, collet, erikkroes, torres126, intimez, byalextran, mehidi258, swapnild, nielslange.
Fixes #48450.
Built from https://develop.svn.wordpress.org/trunk@46613
git-svn-id: http://core.svn.wordpress.org/trunk@46410 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-10-29 15:55:05 +01:00
|
|
|
$elements = apply_filters(
|
|
|
|
'twentytwenty_get_localized_font_family_elements',
|
|
|
|
array(
|
2022-09-26 22:31:10 +02:00
|
|
|
'front-end' => array( 'body', 'input', 'textarea', 'button', '.button', '.faux-button', '.faux-button.more-link', '.wp-block-button__link', '.wp-block-file__button', '.has-drop-cap:not(:focus)::first-letter', '.entry-content .wp-block-archives', '.entry-content .wp-block-categories', '.entry-content .wp-block-cover-image', '.entry-content .wp-block-cover-image p', '.entry-content .wp-block-latest-comments', '.entry-content .wp-block-latest-posts', '.entry-content .wp-block-pullquote', '.entry-content .wp-block-quote.is-large', '.entry-content .wp-block-quote.is-style-large', '.entry-content .wp-block-archives *', '.entry-content .wp-block-categories *', '.entry-content .wp-block-latest-posts *', '.entry-content .wp-block-latest-comments *', '.entry-content', '.entry-content h1', '.entry-content h2', '.entry-content h3', '.entry-content h4', '.entry-content h5', '.entry-content h6', '.entry-content p', '.entry-content ol', '.entry-content ul', '.entry-content dl', '.entry-content dt', '.entry-content cite', '.entry-content figcaption', '.entry-content table', '.entry-content address', '.entry-content .wp-caption-text', '.entry-content .wp-block-file', '.comment-content p', '.comment-content ol', '.comment-content ul', '.comment-content dl', '.comment-content dt', '.comment-content cite', '.comment-content figcaption', '.comment-content .wp-caption-text', '.widget_text p', '.widget_text ol', '.widget_text ul', '.widget_text dl', '.widget_text dt', '.widget-content .rssSummary', '.widget-content cite', '.widget-content figcaption', '.widget-content .wp-caption-text' ),
|
2022-09-14 12:48:11 +02:00
|
|
|
'block-editor' => array( '.editor-styles-wrapper > *', '.editor-styles-wrapper p', '.editor-styles-wrapper ol', '.editor-styles-wrapper ul', '.editor-styles-wrapper dl', '.editor-styles-wrapper dt', '.editor-post-title__block .editor-post-title__input', '.editor-styles-wrapper .wp-block-post-title', '.editor-styles-wrapper h1', '.editor-styles-wrapper h2', '.editor-styles-wrapper h3', '.editor-styles-wrapper h4', '.editor-styles-wrapper h5', '.editor-styles-wrapper h6', '.editor-styles-wrapper .has-drop-cap:not(:focus)::first-letter', '.editor-styles-wrapper cite', '.editor-styles-wrapper figcaption', '.editor-styles-wrapper .wp-caption-text' ),
|
Bundled Themes: Update Twenty Twenty.
This brings trunk’s version of Twenty Twenty in-sync with GitHub.
For a complete list of changes since [46571], see https://github.com/WordPress/twentytwenty/compare/4549fd9...dea9290.
Props anlino, ianbelanger, poena, williampatton, collet, erikkroes, torres126, intimez, byalextran, mehidi258, swapnild, nielslange.
Fixes #48450.
Built from https://develop.svn.wordpress.org/trunk@46613
git-svn-id: http://core.svn.wordpress.org/trunk@46410 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-10-29 15:55:05 +01:00
|
|
|
'classic-editor' => array( 'body#tinymce.wp-editor', 'body#tinymce.wp-editor p', 'body#tinymce.wp-editor ol', 'body#tinymce.wp-editor ul', 'body#tinymce.wp-editor dl', 'body#tinymce.wp-editor dt', 'body#tinymce.wp-editor figcaption', 'body#tinymce.wp-editor .wp-caption-text', 'body#tinymce.wp-editor .wp-caption-dd', 'body#tinymce.wp-editor cite', 'body#tinymce.wp-editor table' ),
|
|
|
|
)
|
|
|
|
);
|
|
|
|
|
|
|
|
// Return if the specified type doesn't exist.
|
|
|
|
if ( empty( $elements[ $type ] ) ) {
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
// Return the specified styles.
|
|
|
|
return twentytwenty_generate_css( implode( ',', $elements[ $type ] ), 'font-family', implode( ',', $font_family[ $locale ] ), null, null, false );
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|