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

#101775
chrisburton
Participant

@kmatinyan Try not to change anything and see if this works. Copy below:

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

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