Changeset 45932 for trunk/src/wp-content/themes/twentysixteen/functions.php
- Timestamp:
- 09/03/2019 12:39:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentysixteen/functions.php
r45768 r45932 314 314 $subsets = 'latin,latin-ext'; 315 315 316 /* translators: If there are characters in your language that are not supported by Merriweather, translate this to 'off'. Do not translate into your own language. */ 316 /* 317 * translators: If there are characters in your language that are not supported 318 * by Merriweather, translate this to 'off'. Do not translate into your own language. 319 */ 317 320 if ( 'off' !== _x( 'on', 'Merriweather font: on or off', 'twentysixteen' ) ) { 318 321 $fonts[] = 'Merriweather:400,700,900,400italic,700italic,900italic'; 319 322 } 320 323 321 /* translators: If there are characters in your language that are not supported by Montserrat, translate this to 'off'. Do not translate into your own language. */ 324 /* 325 * translators: If there are characters in your language that are not supported 326 * by Montserrat, translate this to 'off'. Do not translate into your own language. 327 */ 322 328 if ( 'off' !== _x( 'on', 'Montserrat font: on or off', 'twentysixteen' ) ) { 323 329 $fonts[] = 'Montserrat:400,700'; 324 330 } 325 331 326 /* 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. */ 332 /* 333 * translators: If there are characters in your language that are not supported 334 * by Inconsolata, translate this to 'off'. Do not translate into your own language. 335 */ 327 336 if ( 'off' !== _x( 'on', 'Inconsolata font: on or off', 'twentysixteen' ) ) { 328 337 $fonts[] = 'Inconsolata:400';
Note: See TracChangeset
for help on using the changeset viewer.