A fonts situation

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Fri Jun 13, 2014 8:32 am
Reply with quote
Report this post
Hi there, first that all, thanks for your help moderators. Without you I don´t know were I could be...

well, what I want to ask you is the way to add some fonts to this template.

I've have do some thing but I´m not sure if this the right way: first I've read the "How to add & use additional fonts" guide. And I´ve put my fonts in the CSS carpet and write the overrides.
Code: Select all
@font-face {
    font-family: 'libre_baskervillebold';
    src: url('librebaskerville-bold-webfont.eot');
    src: url('librebaskerville-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('librebaskerville-bold-webfont.woff') format('woff'),
         url('librebaskerville-bold-webfont.ttf') format('truetype'),
         url('librebaskerville-bold-webfont.svg#libre_baskervillebold') format('svg');
    font-weight: normal;
    font-style: normal;
}
article header h1, article h1
{font-family: 'libre_baskervillebold';  letter-spacing:normal;}


the result was this:
Image

I´ll try to do the same for anothers fonts (3) but... I can't change the fonts in the titles of some modules! Image news GK4 etc...

Image


what can I do?

thanks for your help!

Ps. when I put my fonts carpets on the font carpet in my root something happen in the template style (in the font tab) in the framework appears the others fonts families but I can´t use it... why?
User avatar
Expert Boarder

teitbite
Fri Jun 13, 2014 9:44 am
Reply with quote
Report this post
Hi

Please tell me the name of this new font for NSP headers and an url to Your site.

I believe to be able to select fonts in template settings You need to add it same way as the one You have there by default. To put the files of generated face font code and files to /fonts and than attache the css file presentation in /layout/blocks/head.php
User avatar
Moderator

GK User
Fri Jun 13, 2014 6:49 pm
Reply with quote
Report this post
Almost there...

Hi, I´ve fixed almost all the fonts in the same way. but I need some help in the CSS override, Could you tell me the labels to correct fonts body of K2 items? also of the different headers of the modules of home (portada)
Image

My fonts name are:
librebaskerville
metrophobic
quattrocento

I also want to know how to change the height or thickness of some separator lines as well as its color.
Image

Image

Thanks in advance
User avatar
Expert Boarder

teitbite
Sun Jun 15, 2014 12:23 pm
Reply with quote
Report this post
Hi

Sure no problem, but I need to know Your website's url.
User avatar
Moderator

GK User
Sun Jun 15, 2014 6:04 pm
Reply with quote
Report this post
Hi!, well, I´ve solved some things but I need help in other ones...

I succeeded in change this fonts in some modules

Image

al that with this override

Code: Select all
.box.title-color1 .nspArt h4.nspHeader
{font-family: 'libre_baskervillebold';  letter-spacing:normal;font-size:15px;}

.box.title-color2 .nspArt h4.nspHeader
{font-family: 'libre_baskervillebold';  letter-spacing:normal;font-size:15px;}

.box.title-color3 .nspArt h4.nspHeader
{font-family: 'libre_baskervillebold';  letter-spacing:normal;font-size:15px;}

.box.title-color4 .nspArt h4.nspHeader
{font-family: 'libre_baskervillebold';  letter-spacing:normal;font-size:15px;}

.box.title-color5 .nspArt h4.nspHeader
{font-family: 'libre_baskervillebold';  letter-spacing:normal;font-size:15px;}

.box.title-color6 .nspArt h4.nspHeader
{font-family: 'libre_baskervillebold';  letter-spacing:normal;font-size:15px;}



but.... I need help with this ones...

Image


wel... I want to take this time for ask your hel in this other issues:

Image

Image

Image

Image

Thanks in advance my friend

(ps, I owe you a drink (and youre entire team)
User avatar
Expert Boarder

teitbite
Mon Jun 16, 2014 9:06 pm
Reply with quote
Report this post
Hi

No problem, but I need Your site's url in order to help.
User avatar
Moderator

GK User
Mon Jun 16, 2014 9:53 pm
Reply with quote
Report this post
jajajajaja, I forgot it! mi url its katolikos.com.mx kjajaja
User avatar
Expert Boarder

teitbite
Tue Jun 17, 2014 4:59 pm
Reply with quote
Report this post
Hi

Here is couple of classes:

Code: Select all
.gkIsWrapper-gk_league_news1 .gkIsTitle a {
    font-family: libre_baskervillebold;
    font-size: 15px;
}

.banner-center p {
    margin: 0;
}

#gkTopNav {
    border: none;
}

.gkMenu > ul > li,
.gkMenu > ul > li > a {
    height: 40px;
    line-height: 40px;
}

#gkFixedMenu.active {
    background-color: #000;
}
User avatar
Moderator


cron