Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #189172

    Hi,

    The font your are using at your own website – are this included in the enfold theme?

    I really like the thin headlines and want to use something similar. If not installed, how can I install it or use a similar font?

    Cheers,

    #189203

    HI,

    thank you for posting this question! I like to know this too!

    – What font are you using in the body and in the header?
    – And what main colour and what alternate colour?
    – Do you provide the thin headlines with stars in enfold?

    Best
    Flow

    #189822

    Hi!

    Yes, the font is included. Its Open Sans for both the body and headlines. Color is #444.

    A lot of the specific styling we have directed not to provide since Kriesi wants to keep his site somewhat custom but the color and font family are included as options from within the theme options.

    Regards,
    Devin

    #189987

    Hi,

    Thanks for reply.
    I also use the Open Sans font on my website, but when I use it, the headline is much thicker than the one used on this website.

    Is it a ‘light’ version of Open Sans that are used here?

    #190092

    Hi!

    You can add this on your custom.css or Quick CSS:

    .title_container .main-title {
    font-size: 16px;
    line-height: 2.3em;
    font-weight: 400;
    }

    Are you talking about the headline on the title container?

    Best regards,
    Ismael

    #190105

    Hi,

    I mean the headline. If you clik on “home” in the menu and then there is a headline saying: WORDPRESS THEMES THAT MAKE YOUR LIFE EASIER

    This headline is a little thinner than the one i use (the text in bold is the same)

    #190116

    I’ve just tried to added this code to Quick CSS but it dosen’t affect anything. My headlines etc. are the same.

    #190459

    Yes, that is Open Sans as well at 300 weight.

    #190478

    Okay. If I enter the code above in the Quick CSS nothing happens to the font on my site. Do I need to do anything else than that?

    I already have another little code in this field – can I only have one code in the Quick CSS or can I paste several small code lines? – if yes, do I need to separate them in somehow?

    Sorry for all the questions – I am new to WordPress :)

    #190975

    No, you can have as much css as you want in the Quick CSS field. The font weight however should be the same by default.

    If we can see your site live maybe we can spot what the difference is but if its a customization that Kriesi had to make on his child theme we may not be able to provide since as I said before he would like to keep his site custom for now.

    #190978

    Okay, I have tried to enter the small code and also tried to change to font size from 10 to 40 but nothing happens to the font on the site.

    You can have a look at the live test site here: http://www.3loptest.dk

    It is just a test site where I try a few things out.

    #191575

    Hi!

    Please flush browser cache and refresh your page a few times. Font looks the same on my end. If you would like to use the same color, please add following code to Quick CSS

    .header_color .main_menu ul:first-child > li.current_page_item > a { color: #afafaf; }

    Regards,
    Yigit

    #191809

    Which text are you look at on my site?

    Please write the text, so I know which one to look at. Because some text are created using a H2 and some are with H3. The code

    .title_container .main-title {
    font-size: 16px;
    line-height: 2.3em;
    font-weight: 400;
    }

    Which H tag should it be used for? H1, H2, H3 or?

    #192126

    Hey!

    Well, actually i was looking at your main menu font but heading fonts are also using the same font as well as body.

    Best regards,
    Yigit

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Font used at your own website’ is closed to new replies.