ace-fonts.css 440 B

12345678910111213
  1. /* included only when we don't want to use fonts from google server */
  2. @font-face {
  3. font-family: 'Open Sans';
  4. font-style: normal;
  5. font-weight: 300;
  6. src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/OpenSans-300.woff) format('woff');
  7. }
  8. @font-face {
  9. font-family: 'Open Sans';
  10. font-style: normal;
  11. font-weight: 400;
  12. src: local('Open Sans'), local('OpenSans'), url(../fonts/OpenSans-400.woff) format('woff');
  13. }