Announcement

Collapse
No announcement yet.

Promo-message "play-fair-italic"

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Promo-message "play-fair-italic"

    Italics changed to a regular font a week ago. I have not changed anything besides update patch and all the theme fonts looks present. Promo message on top of the page http://www.cigarrummet.com/.
    The same change occured in my dev environment... I am puzzled and I wonder if anyone one can give me an opinion before I make a ticket.

    Andre Loutchko aka Protos

    #2
    Its this style:

    header--promo .playfair {
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    }

    That is overwriting the italic declaration. Why it changed, I don't know, perhaps they shuffled the order of the style sheets. The quick resolution is to add a custom style sheet (and call it after css.php) and add back .italic { font-style:italic }.
    Bruce Golub
    Phosphor Media - "Your Success is our Business"

    Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
    phosphormedia.com

    Comment


      #3
      Thanks Bruce for the explanation. I will check the overwriting issue.

      Comment

      Working...
      X