i need a special font for a phrase in a html module
and I generated the source
http://www.fontsquirrel.com/tools/webfont-generator
and I got into the folder css template
and I put the CSS override.css that is already active
- Code: Select all
@font-face {
font-family: 'yanone_kaffeesatz_regularRg';
src: url('yanonekaffeesatz-regular-webfont.eot');
src: url('yanonekaffeesatz-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('yanonekaffeesatz-regular-webfont.woff2') format('woff2'),
url('yanonekaffeesatz-regular-webfont.woff') format('woff'),
url('yanonekaffeesatz-regular-webfont.ttf') format('truetype'),
url('yanonekaffeesatz-regular-webfont.svg#yanone_kaffeesatz_regularRg') format('svg');
font-weight: normal;
font-style: normal;
}
and I placed it well in the html module but I do not take it
- Code: Select all
<p><span style="font-family: 'yanone_kaffeesatz_regularRg'; font-size: 28px;">PROGRAMAS DE <span style="color: #ff0000;">TAEKWONDO ATA PRIDE</span>, MAIPÚ - CALERA DE TANGO, SANTIAGO DE CHILE</span>
</p>
http://www.atapride.cl/v1/
thanks!