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