DEFAULT FONT

Posted in: Newspaper
Post count: 9

hi,
i have a problem about latin extended fonts, i choose all the options in custom font menu as roboto but my footer menu and also woocommerce contents don’t seem as roboto. also as ı said ı have problems with “ğ,ş” etc…
as ı know default fonts are PT Sans, Roboto Condensed and Ubuntu. i think if i change default fonts as roboto this problem may be solved.

is there any way that i can change default font as “roboto” ?
or would you please help me about this problem?

Post count: 9544

Simplest way is to search replace the default fonts in the style.css file.

Post count: 6600

Hi,


@Christopher
Thanks!

@racketeer

Like @Christopher wrote you can change this from style.css file or via css by adding your css into the custom css field in theme panel.
Also make sure you enable the support for latin extended charset from theme panel:
1. http://screencast.com/t/YM5NDaK8
2. http://screencast.com/t/r9iFdE3SOpD9
Send a link to your site if you want and I will help you change this.

Thanks

Post count: 9

Hello Lucian
Thank you for your help, but unfortuanetly i couldn’t fix it.
I changed the every `font-family” in “style.css” as “roboto”, as @Christopher told. (btw thank you for your prompt reply @Christopher)
And i double checked that i enabled the latin extented charset form theme panel. It is set as enabled.
And also all the fonts in custom typography in theme panel is set as “roboto” except menu font is set as “sniglet”
When i check website with chrome it is ok.
But when i check with firefox and IE it has this latin extended font problem in footer menu and in woocommerce product contents. You can see below pictures.

http://www.screencast.com/t/k5c8gXQA8xn

http://www.screencast.com/t/nq9eQ3oFDUnX

btw site is : http://www.buradafikirvar.com

i am looking forward to hearing from you
best regards.

Post count: 6600

Hi,

You can try to change them via css, use this custom css in theme panel > custom css:
Also please make sure you have changed all fonts from theme panel also.

.woocommerce, .td-footer-wrap {
font-family: 'Roboto', sans-serif !important;
}

Try this and let me know if works.

Thanks

Post count: 9

Yes! it worked.

thank you very much 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.