Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2014
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. @font-face {
  2. font-family: MyFont; src: url('myfont.ttf');
  3. }
  4. @font-face{
  5. font-family: MyFont_IE; src: url('myfont.eot');
  6. }
  7. .my_font{
  8. font-family: MyFont, MyFont_IE, Arial, Helvetica, sans-serif;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement