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:
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...
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?