Guest User

Untitled

a guest
Aug 6th, 2012
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  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. }
Advertisement
Add Comment
Please, Sign In to add comment