Forums

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

Home Forums CSS @font-face Re: @font-face

#101917
chrisburton
Participant

@kmatinyan

@font-face {
font-family:'Yakovthin';
src: url('http://profsyntax.com/demo/Heshbonia/fonts/yakovthin-webfont.eot');
src: url('http://profsyntax.com/demo/Heshbonia/fonts/yakovthin-webfont.eot?#iefix') format('embedded-opentype'),
url('http://profsyntax.com/demo/Heshbonia/fonts/yakovthin-webfont.woff') format('woff'),
url('http://profsyntax.com/demo/Heshbonia/fonts/yakovthin-webfont.ttf') format('truetype'),
url('http://profsyntax.com/demo/Heshbonia/fonts/yakovthin-webfont.svg#') format('svg');
font-weight: normal;
}

#mainContainer {
font-family:'Yakovthin';
font-size:12px;
}