IE8: Font-face, limit on size of TTF file?

Vicious88

New Member
Does IE8 have size limit on the size of a font file it will load? For example the following code doesn't seem to work with certain fonts (especially ones over 2MB) but will with smaller fonts:\[code\]<!DOCTYPE html><html><HEAD><style type="text/css"> @font-face { font-family: 'Symbola'; src: url('Symbola.ttf'); }.bars { font-family: 'Symbola'; }</style></HEAD><body><div class="bars">⏳</div></body></html>\[/code\]
 
Back
Top