local_fonts.css 505 B

1234567891011121314
  1. /*@font-face {*/
  2. /* font-family: 'Noto';*/
  3. /* src: url('./NotoSerifSC-Regular.otf') format('opentype');*/
  4. /*}*/
  5. @font-face {
  6. font-family: 'Noto';
  7. src: url('NotoSerifSC-Regular-Alphabetic.eot');
  8. src: url('NotoSerifSC-Regular-Alphabetic.eot?#iefix') format('embedded-opentype'),
  9. url('NotoSerifSC-Regular-Alphabetic.woff2') format('woff2'),
  10. url('NotoSerifSC-Regular-Alphabetic.woff') format('woff'),
  11. url('NotoSerifSC-Regular-Alphabetic.ttf') format('truetype');
  12. }