fonts / cmun-serif.csson commit consolidate notes (30c9773)
   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
  12
  13@font-face {
  14        font-family: 'Computer Modern Serif';
  15        src: url('cmunbx.eot');
  16        src: url('cmunbx.eot?#iefix') format('embedded-opentype'),
  17                 url('cmunbx.woff') format('woff'),
  18                 url('cmunbx.ttf') format('truetype'),
  19                 url('cmunbx.svg#cmunbx') format('svg');
  20        font-weight: bold;
  21        font-style: normal;
  22}
  23
  24
  25@font-face {
  26        font-family: 'Computer Modern Serif';
  27        src: url('cmunti.eot');
  28        src: url('cmunti.eot?#iefix') format('embedded-opentype'),
  29                 url('cmunti.woff') format('woff'),
  30                 url('cmunti.ttf') format('truetype'),
  31                 url('cmunti.svg#cmunti') format('svg');
  32        font-weight: normal;
  33        font-style: italic;
  34}
  35
  36
  37@font-face {
  38        font-family: 'Computer Modern Serif';
  39        src: url('cmunbi.eot');
  40        src: url('cmunbi.eot?#iefix') format('embedded-opentype'),
  41                 url('cmunbi.woff') format('woff'),
  42                 url('cmunbi.ttf') format('truetype'),
  43                 url('cmunbi.svg#cmunbi') format('svg');
  44        font-weight: bold;
  45        font-style: italic;
  46}
  47
  48