How to chenge font?

Responsive community-minded music Joomla template with JomSocial extension support.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Dec 31, 2014 10:24 am
Reply with quote
Report this post
hi, i'm using music state template but i need to change the font in "califorina font"
i need to change it in image show gk4 and for the whole template, where i have to make the modify?

my website is the following http://www.conceptmagazine.it/nuovo/

tnx for ur help
User avatar
Gold Boarder

GK User
Wed Dec 31, 2014 12:39 pm
Reply with quote
Report this post
Hi,
you can use those fonts which you will choose in template settings,
but you have to know which CSS class'es are used in image show gk4.
So first step set Google fonts
Second, set them for: .gkIsWrapper-gk_musicstate figcaption > h2
User avatar
Platinum Boarder

GK User
Mon Jan 12, 2015 10:21 am
Reply with quote
Report this post
Oscar.. can you tell me exactly who i can do it?

is there a guide ?
User avatar
Gold Boarder

GK User
Mon Jan 12, 2015 11:04 am
Reply with quote
Report this post
There is only general guide how to use Google fonts in template:
https://www.gavick.com/documentation/jo ... ogle-fonts


But if you want to use custom font, read this: https://www.gavick.com/documentation/jo ... ional-font
User avatar
Platinum Boarder

GK User
Tue Jan 13, 2015 9:18 am
Reply with quote
Report this post
ok Oscar
I followed the instructions and i added the new font in the css folder
then i addedt this css cose to the override
@font-face {
font-family: 'CalifR';
src: url('CalifR.eot');
src: url('CalifR.eot?#iefix') format('embedded-opentype'),
url('CalifR.woff') format('woff'),
url('CalifR.ttf') format('truetype');
url('CalifR.svg#CalifR') format('svg');
font-weight: normal;
font-style: normal;
}


In the end i added this code for to change the font to all menu in the template
.gkMenu > ul > li > a, .gkMenu > ul li div.childcontent a
{font-family: 'CalifR'; font-size:16px; }


The question is, what code i shoul write in the css override for to give the font to contents?
User avatar
Gold Boarder

GK User
Wed Jan 14, 2015 2:54 am
Reply with quote
Report this post
body, p and all this stuff. But first you have to disable default Google font from template settings if yo don't use it.
User avatar
Platinum Boarder


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