You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

fonts.css 728B

1234567891011121314151617181920212223
  1. /* for low-res screens, use Regular font-weight instead of Light */
  2. @media (-webkit-max-device-pixel-ratio: 1.3), (max-resolution: 124.8dpi) {
  3. @font-face {
  4. font-family: 'Open Sans';
  5. font-style: normal;
  6. font-weight: normal;
  7. src: local('Open Sans'), local('OpenSans'), url('../fonts/OpenSans-Regular.woff') format('woff');
  8. }
  9. }
  10. @font-face {
  11. font-family: 'Open Sans';
  12. font-style: normal;
  13. font-weight: 300;
  14. src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/OpenSans-Light.woff') format('woff');
  15. }
  16. @font-face {
  17. font-family: 'Open Sans';
  18. font-style: normal;
  19. font-weight: 600;
  20. src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url('../fonts/OpenSans-Semibold.woff') format('woff');
  21. }