123456789101112 |
- @charset "UTF-8";
- @font-face {
- font-family: "SourceHanSansSC-Medium";
- src: url("SourceHanSansSC-Medium.woff2") format("woff2"),
- url("SourceHanSansSC-Medium.woff") format("woff"),
- url("SourceHanSansSC-Medium.ttf") format("truetype"),
- url("SourceHanSansSC-Medium.eot") format("embedded-opentype"),
- url("SourceHanSansSC-Medium.svg") format("svg");
- font-weight: normal;
- font-style: normal;
- }
|