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
THanks
-
- Senior Boarder
- GK User
- Fri Jan 03, 2014 12:36 am
Hi.
In most cases using template configuration.
Please read those docs:
1) http://www.gavick.com/documentation/joo ... ork-fonts/
2) http://www.gavick.com/documentation/joo ... gle-fonts/
3) http://www.gavick.com/documentation/gen ... -the-menu/
4) http://www.gavick.com/documentation/joo ... onal-font/
In most cases using template configuration.
Please read those docs:
1) http://www.gavick.com/documentation/joo ... ork-fonts/
2) http://www.gavick.com/documentation/joo ... gle-fonts/
3) http://www.gavick.com/documentation/gen ... -the-menu/
4) http://www.gavick.com/documentation/joo ... onal-font/
-
- Platinum Boarder
- GK User
- Sun Jan 05, 2014 5:19 am
Hi, sorry.... i really tried but nothing change. Please help me
-
- 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?
-
- 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:
It's ok?
Before I did that i added this code into my override.css
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
- 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
-
- 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.
if you enabled “CSS override” option in template configuration this should work.
But of course you can send me URL + access to back-end.
-
- Platinum Boarder
6 posts
• Page 1 of 1