Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
2,572
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. /* -----------------------------------
  2. *
  3. * Fonts
  4. *
  5. * -------------------------------- */
  6.  
  7. $font-stack: sans-serif;
  8. $font-default: 'Lato', $font-stack;
  9. $font-icons: 'Icons';
  10.  
  11.  
  12. /* -----------------------------------
  13. *
  14. * Sizes
  15. *
  16. * -------------------------------- */
  17.  
  18. $font-size-calc: 16;
  19. $font-size-base: #{$font-size-calc}px;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement