Articles Font

GK User
Thu Jan 02, 2014 11:07 pm
Hi, How can i change the font used on all articles on my site

THanks
User avatar
Senior Boarder

GK User
Fri Jan 03, 2014 12:36 am
User avatar
Platinum Boarder

GK User
Sun Jan 05, 2014 5:19 am
Hi, sorry.... i really tried but nothing change. Please help me
User avatar
Senior Boarder

GK User
Sun Jan 05, 2014 2:43 pm
i really tried but nothing change.

Strange, probably you've done a mistake somewhere.

You want to change font for <body> , <p> or <h1> etc. ?

I hope that you have experience with CSS/HTML?
User avatar
Platinum Boarder

GK User
Mon Jan 06, 2014 6:26 am
Yeah, a little bit. I added in template configurations on advanced settings --> custom CSS code, this code:

Code: Select all
html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
   font-family: 'helvetica_neue_roman';

}
p{text-align: justify;}


It's ok?

Before I did that i added this code into my override.css
Code: Select all
@font-face {
    font-family: 'helvetica_neue_roman';
    src: url('helveticaneueltstd-roman-webfont.eot');
    src: url('helveticaneueltstd-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('helveticaneueltstd-roman-webfont.woff') format('woff'),
         url('helveticaneueltstd-roman-webfont.ttf') format('truetype'),
         url('helveticaneueltstd-roman-webfont.svg#helvetica_neue_lt_std55_roman') format('svg');
    font-weight: normal;
    font-style: normal;

}


And copy all this files in css folder of template:

* helveticaneue.css
* helveticaneue.eot
* helveticaneue.svg
* helveticaneue.ttf
* helveticaneue.woff





It's Ok what I did?

Thanks
User avatar
Senior Boarder

GK User
Mon Jan 06, 2014 11:24 pm
I'm not sure if you can use this font online on the web. What about font license ?

if you enabled “CSS override” option in template configuration this should work.
But of course you can send me URL + access to back-end.
User avatar
Platinum Boarder


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