Changeset 31500 for trunk/src/wp-content/themes/twentyfifteen/functions.php
- Timestamp:
- 02/22/2015 01:42:46 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/functions.php
r31184 r31500 155 155 $subsets = 'latin,latin-ext'; 156 156 157 /* translators: If there are characters in your language that are not supported by Noto Sans, translate this to 'off'. Do not translate into your own language. */ 157 /* 158 * Translators: If there are characters in your language that are not supported 159 * by Noto Sans, translate this to 'off'. Do not translate into your own language. 160 */ 158 161 if ( 'off' !== _x( 'on', 'Noto Sans font: on or off', 'twentyfifteen' ) ) { 159 162 $fonts[] = 'Noto Sans:400italic,700italic,400,700'; 160 163 } 161 164 162 /* translators: If there are characters in your language that are not supported by Noto Serif, translate this to 'off'. Do not translate into your own language. */ 165 /* 166 * Translators: If there are characters in your language that are not supported 167 * by Noto Serif, translate this to 'off'. Do not translate into your own language. 168 */ 163 169 if ( 'off' !== _x( 'on', 'Noto Serif font: on or off', 'twentyfifteen' ) ) { 164 170 $fonts[] = 'Noto Serif:400italic,700italic,400,700'; 165 171 } 166 172 167 /* translators: If there are characters in your language that are not supported by Inconsolata, translate this to 'off'. Do not translate into your own language. */ 173 /* 174 * Translators: If there are characters in your language that are not supported 175 * by Inconsolata, translate this to 'off'. Do not translate into your own language. 176 */ 168 177 if ( 'off' !== _x( 'on', 'Inconsolata font: on or off', 'twentyfifteen' ) ) { 169 178 $fonts[] = 'Inconsolata:400,700'; 170 179 } 171 180 172 /* translators: To add an additional character subset specific to your language, translate this to 'greek', 'cyrillic', 'devanagari' or 'vietnamese'. Do not translate into your own language. */ 181 /* 182 * Translators: To add an additional character subset specific to your language, 183 * translate this to 'greek', 'cyrillic', 'devanagari' or 'vietnamese'. Do not translate into your own language. 184 */ 173 185 $subset = _x( 'no-subset', 'Add new subset (greek, cyrillic, devanagari, vietnamese)', 'twentyfifteen' ); 174 186
Note: See TracChangeset
for help on using the changeset viewer.