We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e00c29 commit ddf7493Copy full SHA for ddf7493
assets/styles/vars.scss
@@ -54,10 +54,10 @@ $desktop_min: 800px; // Desktop/Mobile Breakpoint
54
55
/* FONT STYLING
56
/===================================================== */
57
- $font__name: 'Ubuntu'; // Normal 400, Medium 500, Bold 700
58
- $font__size: 1rem; // default font-size (applied to body)
59
- $font__line_height: 1.3; // default line-height (applied to body)
60
- $font__weight: 300; // default font-weight (applied to body)
+ $font__name: 'Ubuntu'; // Normal 400, Medium 500, Bold 700
+ $font__size: 1rem; // default font-size (applied to body)
+ $font__line_height: 1.3; // default line-height (applied to body)
+ $font__weight: 300; // default font-weight (applied to body)
61
62
63
/* SHADOWS
0 commit comments