﻿@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url('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('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('sourcesanspro-bold.woff') format('woff');
}


/*    http://www.fontsquirrel.com/tools/webfont-generator   */
@font-face {
    font-family: 'Questrial';
    src: url('questrial-regular-webfont.eot');
    src: url('questrial-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('questrial-regular-webfont.woff2') format('woff2'),
         url('questrial-regular-webfont.woff') format('woff'),
         url('questrial-regular-webfont.ttf') format('truetype'),
         url('questrial-regular-webfont.svg#questrialregular') format('svg');
    font-weight: normal;
    font-style: normal;

} 
.font{ font-family:Questrial,Microsoft YaHei;}


