Advertisement
Guest User

Untitled

a guest
Jan 1st, 2013
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. CSS3111: @font-face encountered unknown error.
  2. agenda-light.eot?#iefix
  3. CSS3114: @font-face failed OpenType embedding permission check. Permission must be Installable.
  4. agenda-light.ttf
  5.  
  6. @font-face {
  7. font-family: 'IE9Agenda-Light';
  8. src: url('agenda-light.woff') format('woff');
  9. font-weight: normal;
  10. font-style: normal;
  11. }
  12.  
  13. AddType font/ttf .ttf
  14. AddType font/eot .eot
  15. AddType font/otf .otf
  16. AddType font/woff .woff
  17.  
  18. @font-face {
  19. font-family: 'Agenda-Bold';
  20. src: url('agenda-bold.eot?') format('embedded-opentype'),
  21. url('agenda-bold.woff') format('woff'),
  22. url('agenda-bold.ttf') format('truetype'),
  23. url('agenda-bold.svg#agenda-bold') format('svg');
  24. font-weight: normal;
  25. font-style: normal;
  26. }
  27.  
  28. @font-face {
  29. font-family: 'Agenda-Light';
  30. src: url('agenda-light.eot');
  31. src: url('agenda-light.eot?#iefix') format('embedded-opentype'),
  32. url('agenda-light.woff') format('woff'),
  33. url('agenda-light.ttf') format('truetype'),
  34. url('agenda-light.svg#agenda-light') format('svg');
  35. font-weight: normal;
  36. font-style: normal;
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement