a zip code crypto-currency system good for red ONLY

noto-sans.scss 1.3KB

1234567891011121314151617181920212223242526272829303132333435
  1. // Noto Sans Font
  2. // Google
  3. // Apache License, version 2.0
  4. // http://www.apache.org/licenses/LICENSE-2.0.html
  5. $noto-sans-font-path: $font-path !default;
  6. @font-face {
  7. font-family: "Noto Sans";
  8. font-style: normal;
  9. font-weight: 300;
  10. src: local("Noto Sans"), local("Noto-Sans-Regular"), url("#{$noto-sans-font-path}/noto-sans-regular.woff") format("woff"), url("#{$noto-sans-font-path}/noto-sans-regular.ttf") format("truetype");
  11. }
  12. @font-face {
  13. font-family: "Noto Sans";
  14. font-style: normal;
  15. font-weight: 400;
  16. src: local("Noto Sans"), local("Noto-Sans-Regular"), url("#{$noto-sans-font-path}/noto-sans-regular.woff") format("woff"), url("#{$noto-sans-font-path}/noto-sans-regular.ttf") format("truetype");
  17. }
  18. @font-face {
  19. font-family: "Noto Sans";
  20. font-style: normal;
  21. font-weight: 500;
  22. src: local("Noto Sans Bold"), local("Noto-Sans-Bold"), url("#{$noto-sans-font-path}/noto-sans-bold.woff") format("woff"), url("#{$noto-sans-font-path}/noto-sans-bold.ttf") format("truetype");
  23. }
  24. @font-face {
  25. font-family: "Noto Sans";
  26. font-style: normal;
  27. font-weight: 700;
  28. src: local("Noto Sans Bold"), local("Noto-Sans-Bold"), url("#{$noto-sans-font-path}/noto-sans-bold.woff") format("woff"), url("#{$noto-sans-font-path}/noto-sans-bold.ttf") format("truetype");
  29. }