1234567891011121314 |
- /*@font-face {*/
- /* font-family: 'Noto';*/
- /* src: url('./NotoSerifSC-Regular.otf') format('opentype');*/
- /*}*/
- @font-face {
- font-family: 'Noto';
- src: url('NotoSerifSC-Regular-Alphabetic.eot');
- src: url('NotoSerifSC-Regular-Alphabetic.eot?#iefix') format('embedded-opentype'),
- url('NotoSerifSC-Regular-Alphabetic.woff2') format('woff2'),
- url('NotoSerifSC-Regular-Alphabetic.woff') format('woff'),
- url('NotoSerifSC-Regular-Alphabetic.ttf') format('truetype');
- }
|