Which font types i will need in @face-font and how to to make font smoother in all browser like sIFR?

StackOverflow https://stackoverflow.com/questions/2735048

  •  02-10-2019
  •  | 
  •  

Pergunta

Which font types i will need in @face-font and how to to make font smoother in all browser like sIFR?

IE 6, IE 7, IE 8, Firefox 3+, Google Chrome and Safari (MAC)

Which font type i needed

alt text http://shup.com/Shup/325648/11032963642-My-Desktop.png

Foi útil?

Solução

You're using font-squirrel, so you should be uploading an OpenType font. You can also upload a TTF SVG you can untick as that's for iPhone support. Depending on the kerning, you may want to add:

filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=UserSubmitted/fonts/hIEfix.png,sizingMethod=crop); zoom:1;

to your CSS declaration for the place you're using the font to enable/disable cleartype rendering, which makes some PC fonts look great and some look awful, depending on the individual font's hinting.

You should also be using the bulletproof (smiley varient) css invocation for best results and healthy syntax-based approach.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top