Adjust font sizes again
This commit is contained in:
parent
375cc231a6
commit
6b5da83642
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ impl Fonts {
|
|||
pub fn new(pixels_per_point: f32) -> Fonts {
|
||||
let mut sizes = FontSizes::new();
|
||||
sizes.insert(TextStyle::Body, 16.0);
|
||||
sizes.insert(TextStyle::Button, 20.0);
|
||||
sizes.insert(TextStyle::Button, 18.0);
|
||||
sizes.insert(TextStyle::Heading, 28.0);
|
||||
Fonts::from_sizes(sizes, pixels_per_point)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue