• Resolved mlondevilla

    (@mlondevilla)


    Hello,

    I’m trying to have a different font for the blog post title as the Heading titles in my article. Right now, they’re both Parisienne, as determined by this code:

    /* Headings */
    h1,h2,h3,h4,h5,h6 {
    	clear: both;
    }
    h1 {
    	font-family: 'Parisienne', "Raleway", Arial, Helvetica, "Nimbus Sans L", sans-serif;
    	font-size: 25px;
    	font-size: 2.5rem;
    	line-height: 1.17;
    	margin-bottom: 0;
    	padding-top: 0;
    }

    I’d like the Post Title to be in Helvetica Neue and the other Headings to be Parisienne. Is that possible?

    My site is theradiantbridalcoach.com.

    Thanks for any As to my Q.

    ML

Viewing 4 replies - 1 through 4 (of 4 total)
  • Put this in Appearance > Edit CSS (because you have Jetpack already installed).

    .post .entry-title { font-family: "Helvetica Neue",  Helvetica,  Arial; }
    Thread Starter mlondevilla

    (@mlondevilla)

    That did it! You’re my font hero. Thanks! xxoo

    Thread Starter mlondevilla

    (@mlondevilla)

    One more thing, Paul… how do I make this apply to my page titles? Check out theradiantbridalcoach.com/about.

    So the code would become just this, and it will work for post and page.

    .entry-title { font-family: "Helvetica Neue",  Helvetica,  Arial; }
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Forever Template Post Title Fonts’ is closed to new replies.