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
  •  | 
  •  

문제

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

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top