a zip code crypto-currency system good for red ONLY

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