Guest User

Untitled

a guest
Oct 17th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. /* SCSS Variable */
  2. $font-family-sans-serif:
  3. // Safari for OS X and iOS (San Francisco)
  4. -apple-system,
  5. // Chrome >= 56 for OS X (San Francisco), Windows, Linux and Android
  6. system-ui,
  7. // Chrome < 56 for OS X (San Francisco)
  8. BlinkMacSystemFont,
  9. // Windows
  10. "Segoe UI",
  11. // Android
  12. "Roboto",
  13. // Basic web fallback
  14. "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !default;
  15.  
  16. /* CSS */
  17. font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
Add Comment
Please, Sign In to add comment