clear-sans.css 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. @font-face {
  2. font-family: "Clear Sans";
  3. src: url("ClearSans-Light-webfont.eot");
  4. src: url("ClearSans-Light-webfont.eot?#iefix") format("embedded-opentype"),
  5. url("ClearSans-Light-webfont.svg#clear_sans_lightregular") format("svg"),
  6. url("ClearSans-Light-webfont.woff") format("woff");
  7. font-weight: 200;
  8. font-style: normal;
  9. }
  10. @font-face {
  11. font-family: "Clear Sans";
  12. src: url("ClearSans-Regular-webfont.eot");
  13. src: url("ClearSans-Regular-webfont.eot?#iefix") format("embedded-opentype"),
  14. url("ClearSans-Regular-webfont.svg#clear_sansregular") format("svg"),
  15. url("ClearSans-Regular-webfont.woff") format("woff");
  16. font-weight: normal;
  17. font-style: normal;
  18. }
  19. @font-face {
  20. font-family: "Clear Sans";
  21. src: url("ClearSans-Bold-webfont.eot");
  22. src: url("ClearSans-Bold-webfont.eot?#iefix") format("embedded-opentype"),
  23. url("ClearSans-Bold-webfont.svg#clear_sansbold") format("svg"),
  24. url("ClearSans-Bold-webfont.woff") format("woff");
  25. font-weight: 700;
  26. font-style: normal;
  27. }