How I can modify font of the list of entries?

  • junnujannu

    #9521

    On my website I use header menuI font as Lucida Handwriting. How I can do it also here in list of entries?

    http://maiuamigurumi.com/amigurumi-blog/

    I tried

    }

    .post-title {

    font-family: Lucida Handwriting;

    }

    or

    }

    .post-list {

    font-family: Lucida Handwriting;

    }

    but nothing! 🙁

    junnujannu

    #43825

    I mean titles of entries.

    Mod

    Kenneth John Odle

    #43826

    Try

    .post-title, .post-title a {font-family: "Lucida Handwriting", cursive,sans-serif;}

    Always be sure to specify a generic font-family, in case someone viewing your site doesn’t have “Lucida Handwriting” installed on their computer. See http://www.w3schools.com/css/css_font.asp for more information.

    junnujannu

    #43827

    Thank you for kind words. All is right now! Case closed…

    Mod

    Kenneth John Odle

    #43828

    Marking thread as resolved. You can do this yourself as well.

Viewing 5 posts - 1 through 5 (of 5 total)

  • You must be logged in to reply to this topic.