Ticket #21399: 21399.2.diff
| File 21399.2.diff, 793 bytes (added by , 14 years ago) |
|---|
-
wp-content/themes/twentytwelve/functions.php
112 112 * Depends on Theme Options setting. 113 113 */ 114 114 $options = $twentytwelve_options->get_theme_options(); 115 if ( $options['enable_fonts'] ) 116 wp_enqueue_style( 'twentytwelve-fonts', 'http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700' ); 117 115 if ( $options['enable_fonts'] ) { 116 $protocol = is_ssl() ? 'https' : 'http'; 117 wp_enqueue_style( 'twentytwelve-fonts', "$protocol://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700" ); 118 } 119 118 120 /** 119 121 * Load our main CSS file. 120 122 */
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)