cmun-serif.css 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. @font-face {
  2. font-family: 'Computer Modern Serif';
  3. src: url('cmunrm.eot');
  4. src: url('cmunrm.eot?#iefix') format('embedded-opentype'),
  5. url('cmunrm.woff') format('woff'),
  6. url('cmunrm.ttf') format('truetype'),
  7. url('cmunrm.svg#cmunrm') format('svg');
  8. font-weight: normal;
  9. font-style: normal;
  10. }
  11. @font-face {
  12. font-family: 'Computer Modern Serif';
  13. src: url('cmunbx.eot');
  14. src: url('cmunbx.eot?#iefix') format('embedded-opentype'),
  15. url('cmunbx.woff') format('woff'),
  16. url('cmunbx.ttf') format('truetype'),
  17. url('cmunbx.svg#cmunbx') format('svg');
  18. font-weight: bold;
  19. font-style: normal;
  20. }
  21. @font-face {
  22. font-family: 'Computer Modern Serif';
  23. src: url('cmunti.eot');
  24. src: url('cmunti.eot?#iefix') format('embedded-opentype'),
  25. url('cmunti.woff') format('woff'),
  26. url('cmunti.ttf') format('truetype'),
  27. url('cmunti.svg#cmunti') format('svg');
  28. font-weight: normal;
  29. font-style: italic;
  30. }
  31. @font-face {
  32. font-family: 'Computer Modern Serif';
  33. src: url('cmunbi.eot');
  34. src: url('cmunbi.eot?#iefix') format('embedded-opentype'),
  35. url('cmunbi.woff') format('woff'),
  36. url('cmunbi.ttf') format('truetype'),
  37. url('cmunbi.svg#cmunbi') format('svg');
  38. font-weight: bold;
  39. font-style: italic;
  40. }