Tweaks to text formatting
Bump up font size, fix line height, stop S P A C I N G E V E R Y T H I N G L I K E T H I S and use a decent font stack for monospace.
This commit is contained in:
@ -19,23 +19,10 @@ body {
|
||||
body, input, select, textarea {
|
||||
color: _palette(fg);
|
||||
font-family: _font(family);
|
||||
font-size: 15pt;
|
||||
font-size: 18px;
|
||||
font-weight: _font(weight);
|
||||
letter-spacing: _size(letter-spacing);
|
||||
line-height: 1.65em;
|
||||
|
||||
@include breakpoint(xlarge) {
|
||||
font-size: 13pt;
|
||||
}
|
||||
|
||||
@include breakpoint(large) {
|
||||
font-size: 12pt;
|
||||
}
|
||||
|
||||
@include breakpoint(small) {
|
||||
font-size: 11pt;
|
||||
letter-spacing: _size(letter-spacing) * 0.5;
|
||||
}
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
a {
|
||||
|
Reference in New Issue
Block a user