112 | | $protocol = is_ssl() ? 'https' : 'http'; |
113 | | wp_enqueue_style( 'twentytwelve-fonts', "$protocol://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700", array(), null ); |
| 115 | /* translators: If there are characters in you language, that are not |
| 116 | supported by Open Sans, enter 'no'. Otherwise enter 'yes'. Do not translate into your own language. */ |
| 117 | if ( 'yes' == _x( 'yes', 'Use Open Sans: yes or no', 'twentytwelve' ) ) { |
| 118 | $protocol = is_ssl() ? 'https' : 'http'; |
| 119 | wp_enqueue_style( 'twentytwelve-fonts', "$protocol://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700", array(), null ); |
| 120 | } |