Add calibri font style in my body

Ecommerce design Joomla template to start your online business with VirtueMart and additional eshop features.
GK User
Thu Oct 24, 2013 7:08 am
Hello,

How i add calibri font in whole site?
URL of my site : http://www.searcelabs.com/M2M_New/

I go to the template manager and try to change the font style but i can't find the calibri font in to the list.

Please help

Regards,
Bhavik Mulia
User avatar
Junior Boarder

GK User
Thu Oct 24, 2013 12:21 pm
Calibri is not safe web font because only user who have this font installed will see it but if you want to please add this code to override.css file in root/templates/gk_template_name/css directory :
Code: Select all
body { font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;}

and then just remember to enable "Use override CSS" option in template advanced settings tab.
User avatar
Platinum Boarder

GK User
Wed Dec 11, 2013 11:33 am
Hello,

i try with this but i can not change the font family in my website.
my site url : http://searcelabs.com/M2M_New/

Thanks & Regards,
Bhavik Mulia
User avatar
Junior Boarder

GK User
Wed Dec 11, 2013 11:35 am
i am enable "Use override CSS" option in template advanced settings tab. then also no changes in font family
User avatar
Junior Boarder

GK User
Wed Dec 11, 2013 1:40 pm
Please replace this code :

Code: Select all
body { font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;}


with :

Code: Select all
body { font-family: 'Calibri', Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;}
User avatar
Platinum Boarder

GK User
Wed Dec 11, 2013 3:14 pm
Changed but not working
please help me for changing the font-family

Thanks in advance
User avatar
Junior Boarder

GK User
Thu Dec 12, 2013 7:57 am
Hello, any updates about calibri font please update us ASAP because it's urgent
User avatar
Junior Boarder

GK User
Sat Dec 14, 2013 2:37 pm
The !important rule will fix this problem - remember that adding this amount of fonts is pointless. Please use this code all should be fine.

[url]body { font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;}[/url]

I can't check this because I don't have Calibri font, Candara and other also :) please note that this changes will work only on Windows machines.
User avatar
Platinum Boarder

GK User
Tue Dec 17, 2013 3:09 pm
Thanks It's Working :)
User avatar
Junior Boarder

GK User
Fri Dec 20, 2013 11:48 am
Please consider to use some Google Font similar to Calibri - right now non Windows users see only Arial on your website.
User avatar
Platinum Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.