Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS problem in font-face Reply To: problem in font-face

#147786
Nishant
Participant

may be this helps…http://codepen.io/anon/pen/AuzmB
it is catching that font..
below is a code of my font stylesheets..
@font-face {
font-family: ‘allerregular’;
src: url(‘assets/fonts/aller_rg-webfont.eot’);
src: url(‘assets/fonts/aller_rg-webfont.eot?#iefix’) format(’embedded-opentype’),
url(‘assets/fonts/aller_rg-webfont.woff’) format(‘woff’),
url(‘assets/fonts/aller_rg-webfont.ttf’) format(‘truetype’),
url(‘assets/fonts/aller_rg-webfont.svg#allerregular’) format(‘svg’);
font-style: normal;

}