@font-face {
  font-family: "sy";
  font-display: swap;
  src: url('../fonts/sy.eot'); /* IE9 */
  src: url('../fonts/sy.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/sy.woff2') format('woff2'),
  url('../fonts/sy.woff') format('woff'), /* chrome、firefox */
  url('../fonts/sy.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('../fonts/sy.svg#webfont') format('svg'); /* iOS 4.1- */
}
@font-face {
  font-family: "sylight";
  font-display: swap;
  src: url('../fonts/sy-light.eot'); /* IE9 */
  src: url('../fonts/sy-light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/sy-light.woff2') format('woff2'),
  url('../fonts/sy-light.woff') format('woff'), /* chrome、firefox */
  url('../fonts/sy-light.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('../fonts/sy-light.svg#webfont') format('svg'); /* iOS 4.1- */
}

.syfont {
    font-family: "sy" !important;

    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sylight {
    font-family: "sylight" !important;

    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}