Support » Theme: Hazen » Hazen Theme Font-Family

  • I’m using Hazen version 2.4.39. What is the font-family and font-size for the heading and the tagline? Thank you very much.

    Rita

Viewing 6 replies - 1 through 6 (of 6 total)
  • Can you post a link to your site?

    Thread Starter RitaJoC

    (@ritajoc)

    If your theme has a built-in custom CSS option, use it; otherwise, get a custom CSS plugin and put:

    .logo_title {
    	font-family: "Times";
    	font-size: 24px;
    }
    
    .logo_desc {
    	font-family: "Times";
    	font-size: 24px;
    	font-style: normal;
    }

    That should work for “standard” fonts. If you’d like to use a different font, it’s a bit more complicated.

    Thread Starter RitaJoC

    (@ritajoc)

    I don’t want to change what is there. I need the information for a graphic project where I want the font for the graphic to match the fonts for the heading and tagline in the Hazen theme. The tagline doesn’t look like it is Times. The info you provided, is it for the header? Thanks for your quick response.

    Oh, I’m sorry, I interpreted your question as you asking how to change it. Looks like the header font is Chunk Five Regular at 48px, and the tagline is Bitstream Vera Sans at 14px.

    Thread Starter RitaJoC

    (@ritajoc)

    Perfect! Thank you very much!!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Hazen Theme Font-Family’ is closed to new replies.