• Resolved Christina

    (@littlevictorian)


    I’m trying to change the font of my blog title. Somehow, I’m screwing it up.

    I installed two web fonts, one to use as the title and one to use as the tagline. The font for the tagline works just fine. The title, however, won’t take, it just keeps defaulting to serif.

    Here is why I’m lost:

    1. I can use Cinzel (the font I want as the title) as the tagline and it works just fine.

    2. I can change the title to Verdana (or any other random font), and that works fine, but when I try Cinzel, it goes back to serif.

    Anyone know what the problem is?

    Here’s the blog.

    And here’s my code:

    @import url(http://fonts.googleapis.com/css?family=Cinzel);
    @import url(http://fonts.googleapis.com/css?family=Parisienne);
    
    /*** header ***/
    #title-area #title {text-align:center; text-transform: uppercase;}
    #title-area #title a{font-family: 'Cinzel', serif;}
    
    /*** tagline ***/
    #title-area #description{text-align:right; font-family:'Parisienne', cursive; color:palevioletred; font-size: 20px;}

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem with blog title font’ is closed to new replies.