Home › Forums › CSS › @Font-Face Not Working on Tumblr for Firefox › Re: @Font-Face Not Working on Tumblr for Firefox
December 7, 2011 at 2:02 am
#92077
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;