-
AuthorPosts
-
November 15, 2013 at 2:05 pm #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,
November 15, 2013 at 3:31 pm #189203HI,
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
FlowNovember 17, 2013 at 6:01 pm #189822Hi!
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,
DevinNovember 18, 2013 at 8:33 am #189987Hi,
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?
November 18, 2013 at 2:59 pm #190092Hi!
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,
IsmaelNovember 18, 2013 at 3:24 pm #190105Hi,
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)
November 18, 2013 at 3:32 pm #190116I’ve just tried to added this code to Quick CSS but it dosen’t affect anything. My headlines etc. are the same.
November 19, 2013 at 5:53 am #190459Yes, that is Open Sans as well at 300 weight.
November 19, 2013 at 8:27 am #190478Okay. 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 :)
November 20, 2013 at 4:54 pm #190975No, 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.
November 20, 2013 at 5:00 pm #190978Okay, 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.
November 21, 2013 at 7:27 pm #191575Hi!
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,
YigitNovember 22, 2013 at 12:27 pm #191809Which 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?
November 22, 2013 at 11:39 pm #192126 -
AuthorPosts
- The topic ‘Font used at your own website’ is closed to new replies.