@font-face {
    font-family:'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url('/fonts/sourcesanspro-light.woff') format('woff');
}

@font-face {
    font-family:'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url('/fonts/sourcesanspro.woff') format('woff');
}

@font-face {
    font-family:'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url('/fonts/sourcesanspro-bold.woff') format('woff');
}

/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 2296901 */
  src: url('//at.alicdn.com/t/c/font_2296901_g2497vpyb0a.eot?t=1730770195226'); /* IE9 */
  src: url('//at.alicdn.com/t/c/font_2296901_g2497vpyb0a.eot?t=1730770195226#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('//at.alicdn.com/t/c/font_2296901_g2497vpyb0a.woff2?t=1730770195226') format('woff2'),
       url('//at.alicdn.com/t/c/font_2296901_g2497vpyb0a.woff?t=1730770195226') format('woff'),
       url('//at.alicdn.com/t/c/font_2296901_g2497vpyb0a.ttf?t=1730770195226') format('truetype'),
       url('//at.alicdn.com/t/c/font_2296901_g2497vpyb0a.svg?t=1730770195226#iconfont') format('svg');
}

.iconfont {
    font-family:"iconfont" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

