Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 6th, 2012  |  syntax: None  |  size: 0.94 KB  |  hits: 17  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. @font-face fonts showing blurred on Mac in Safari and Chrome
  2. @font-face {
  3.     font-family: 'Utopia';
  4.     src: url('/fonts/utopiastd-regular-webfont.eot');
  5.     src: url('/fonts/utopiastd-regular-webfont.eot?#iefix') format('embedded-opentype'),
  6.          url('/fonts/utopiastd-regular-webfont.woff') format('woff'),
  7.          url('/fonts/utopiastd-regular-webfont.ttf') format('truetype'),
  8.          url('/fonts/utopiastd-regular-webfont.svg#Utopia') format('svg');
  9.     font-weight: normal;
  10.     font-style: normal;
  11.     font-variant:normal;
  12. }
  13.  
  14. @font-face {
  15.     font-family: 'HelveticaNeueLTStdCnBold';
  16.     src: url('/fonts/helveticaneueltstd-bdcn-fs.eot');
  17.     }
  18.  
  19. @font-face {
  20.     font-family: 'HelveticaNeueLTStdCnBold';
  21.     src: url('/fonts/helveticaneueltstd-bdcn-fs.ttf') format('truetype'),
  22.          url('/fonts/helveticaneueltstd-bdcn-fs.svg#HelveticaNeueLTStdCnBold') format('svg');
  23.     font-weight: bold;
  24.     font-style: normal;
  25.     font-variant:normal;
  26. }