Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. // Base font
  2. $base-font-scale: 1; // The font scale multiplier (e.g. 2 = 32px/2em/2rem)
  3. $base-font-pixel: 16; // Used for font size calculations & conversions
  4. $base-font-colour: #222;
  5.  
  6. $font-family-lato: 'Lato', sans-serif;
  7. $font-light: 300;
  8. $font-regular: 400;
  9. $font-bold: 700;
  10. $font-black: 900;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement