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:
2019-11-14 01:57:56 +00:00
parent 6086c318bd
commit 9e79cc2d24
2 changed files with 5 additions and 18 deletions

View File

@ -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 {