Advertisement
wpexplorer

Untitled

Sep 14th, 2013
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. // General Headings
  2. if ( $heading_fonts ) {
  3. if ( $heading_fonts['face'] !== '"Helvetica Neue", Helvetica, sans-serif' ) {
  4. $custom_css .= 'h2,h3,h4,h5,h5, .footer-widget h6 { font-family: '. $heading_fonts['face'] .' }';
  5. }
  6. if ( $heading_fonts['style'] !== 'italic' && $heading_fonts['style'] !== 'bold' ) {
  7. $custom_css .= 'h2,h3,h4,h5,h6, .footer-widget h6 { font-weight: '. $heading_fonts['style'] .' }';
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement