How to chenge font?
Responsive community-minded music Joomla template with JomSocial extension support.
Rate this topic: 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
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
-
- 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
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
-
- 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 ?
is there a guide ?
-
- 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
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
-
- 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?
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?
-
- 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.
-
- Platinum Boarder
6 posts
• Page 1 of 1