Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #425392

    Hi there,

    I’d like to change the font of the H2 header title (Spezielle Überschrift) for the frontage only. I’d like to know to if that’s possible and how.
    I’d like to use Kabel Bk BT.

    Best wishes and thanks!

    #425414

    Hi deepstorage!

    Please see – http://justcreative.com/2013/01/22/how-to-use-custom-fonts-with-font-face-on-wordpress/
    or try using this plugin http://wordpress.org/plugins/wp-font-face/

    Then add following code to Quick CSS in Enfold theme options under General Styling tab

    .home h2 { font-family: Kabel Bk BT !important; }

    Regards,
    Yigit

    #425504

    THAT WAS INCREDIBLY QUICK!
    Thank you for the superb support.

    I did exactly like you proposed. However, the title is still displayed like this EFFEKTTIEF, when I want it to be like this effekttief.
    The font itself changed, though!

    What can I do to make it use lower case?

    Best wishes and thanks,
    deepstorage

    #425508

    Hey!

    Great! :)
    Please add following code to Quick CSS as well

    .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
      text-transform: none;
    }

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.