Forums

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

Home Forums CSS @Font-Face Not Working on Tumblr for Firefox Re: @Font-Face Not Working on Tumblr for Firefox

#92077
poonu
Member

create fonts directory same place of CSS. copy all font in fonts folder.

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

use font :
font-family: ‘Calliehand’, Arial;