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