Guest User

Untitled

a guest
Sep 14th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. @fontface not working for IE9
  2. @font-face{
  3. font-family: 'MyriadProSemibold';
  4. src: url('fonts/MyriadPro-Semibold.eot');
  5. src: local(MyriadPro-Semibold), url('fonts/MyriadPro-Semibold.otf') format('opentype');
  6. }
  7.  
  8. @font-face {font-family: 'MyriadProSemibold';
  9. src: url('MyriadProSemibold.eot');src: url('MyriadProSemibold.eot?#iefix') format('embedded-opentype'),url('MyriadProSemibold.woff') format('woff'),url('MyriadProSemibold.ttf') format('truetype');}
Add Comment
Please, Sign In to add comment