quicksand.css 736 B

123456789101112131415161718192021222324
  1. /* vietnamese */
  2. @font-face {
  3. font-family: 'myquick';
  4. font-style: normal;
  5. font-weight: 400;
  6. src: url(/static/font/Quicksand-Bold.ttf) format('ttf');
  7. unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
  8. }
  9. /* latin-ext */
  10. @font-face {
  11. font-family: 'myquick';
  12. font-style: normal;
  13. font-weight: 400;
  14. src: url(/static/font/Quicksand-Bold.ttf) format('ttf');
  15. unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
  16. }
  17. /* latin */
  18. @font-face {
  19. font-family: 'myquick';
  20. font-style: normal;
  21. font-weight: 400;
  22. src: url(/static/font/Quicksand-Bold.ttf) format('ttf');
  23. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
  24. }