diff options
| author | Laurenz <laurmaedje@gmail.com> | 2019-12-12 11:41:04 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2019-12-12 11:41:04 +0100 |
| commit | e7277fec232b5bc30f7ffe49a123550d1a096cb7 (patch) | |
| tree | 3f69430fa47f361b0bc507f0be4e372812f75975 /src/style.rs | |
| parent | a791ef162868c65284903ab479731e0dc9e7a223 (diff) | |
Add font size function 🌱
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 3323e576..aa6f9d6c 100644 --- a/src/style.rs +++ b/src/style.rs @@ -72,10 +72,10 @@ impl Default for TextStyle { TextStyle { classes: vec![Regular], fallback: vec![Serif], - font_size: Size::pt(10.0), + font_size: Size::pt(11.0), word_spacing: 0.25, line_spacing: 1.2, - paragraph_spacing: 1.4, + paragraph_spacing: 1.5, } } } |
