Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @font-face fonts showing blurred on Mac in Safari and Chrome
- @font-face {
- font-family: 'Utopia';
- src: url('/fonts/utopiastd-regular-webfont.eot');
- src: url('/fonts/utopiastd-regular-webfont.eot?#iefix') format('embedded-opentype'),
- url('/fonts/utopiastd-regular-webfont.woff') format('woff'),
- url('/fonts/utopiastd-regular-webfont.ttf') format('truetype'),
- url('/fonts/utopiastd-regular-webfont.svg#Utopia') format('svg');
- font-weight: normal;
- font-style: normal;
- font-variant:normal;
- }
- @font-face {
- font-family: 'HelveticaNeueLTStdCnBold';
- src: url('/fonts/helveticaneueltstd-bdcn-fs.eot');
- }
- @font-face {
- font-family: 'HelveticaNeueLTStdCnBold';
- src: url('/fonts/helveticaneueltstd-bdcn-fs.ttf') format('truetype'),
- url('/fonts/helveticaneueltstd-bdcn-fs.svg#HelveticaNeueLTStdCnBold') format('svg');
- font-weight: bold;
- font-style: normal;
- font-variant:normal;
- }
Advertisement
Add Comment
Please, Sign In to add comment