Skip to content

Commit

Permalink
Fix typos in fonts function.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidakennedy committed Jan 10, 2017
1 parent 74ec906 commit 8154364
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -207,12 +207,12 @@ function liberty_fonts_url() {
$roboto = esc_html_x( 'on', 'Roboto font: on or off', 'liberty' );

/* Translators: If there are characters in your language that are not
* supported by Lora; translate this to 'off'. Do not translate
* supported by Roboto Mono; translate this to 'off'. Do not translate
* into your own language.
*/
$roboto_mono = esc_html_x( 'on', 'Roboto Mono font: on or off', 'liberty' );

if ( 'off' !== $roboto || 'off' !== $roboto_slab || 'off' !== $roboto_mono ) {
if ( 'off' !== $roboto || 'off' !== $roboto_mono ) {

$font_families = array();

Expand Down

0 comments on commit 8154364

Please sign in to comment.