Bold font

  • Posted in : Responsy WP
  • davidpalencia
    Participant

    Hello.

    I would like to use the bold font used for post titles whenever I want in the design (in the Call to Action text, for example). How can I use it? What HTML code is used? I saw in another post a font declaration with all the default sizes for footer, h1, etc. I would like to have the equivalent but for font family/style. Thanks a lot

    ahmetsali
    Keymaster

    Hi, in wordpress text editor, just select the text and make it bold.

    davidpalencia
    Participant

    Sorry but I didn’t mean bold font, but the font used for the title of the posts. If you make a search in these forums, the font used for the title of the results found. I mean the big one. I hope I explain myself properly.

    ahmetsali
    Keymaster

    the font is “Open Sans”, both used on this forums and responsy theme, to use it on the post titles, try this custom css;

    .post .post-title {
        font-family: "Open Sans";
        font-weight: 900;
    }
    
Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘Responsy WP’ is closed to new topics and replies.