diff options
| author | Laurenz <laurmaedje@gmail.com> | 2019-11-28 20:38:21 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2019-11-28 20:38:21 +0100 |
| commit | b4efae08834a3a950387f01aebaa9e832acd9423 (patch) | |
| tree | bf311243f625a6da5660ff99ebc2764079f502cf /src/style.rs | |
| parent | 17082389ae90438682978c825ec620b544d73b65 (diff) | |
Remove bad tests and tweak numbers for better debugging 🧪
Diffstat (limited to 'src/style.rs')
| -rw-r--r-- | src/style.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/style.rs b/src/style.rs index da190b46..ae396852 100644 --- a/src/style.rs +++ b/src/style.rs @@ -65,10 +65,10 @@ impl Default for TextStyle { TextStyle { classes: vec![Regular], fallback: vec![Serif], - font_size: Size::pt(11.0), + font_size: Size::pt(10.0), word_spacing: 0.25, line_spacing: 1.2, - paragraph_spacing: 1.5, + paragraph_spacing: 1.4, } } } |
