introduces a slider for the font size
fix: #402
- migration path: old large font size will automatically transform into 1.2 of the new setting
- hardocded values: it would either be
gtk_xft_dpi/ font-name which applies to the whole app, css provider which would be expensive to do for every single status during live updates or this which is some classes from 80% to 200% per 10% and sets them conditionally
introduces a slider for the font size
fix: #402
- migration path: old large font size will automatically transform into 1.2 of the new setting
- hardocded values: it would either be `gtk_xft_dpi` / font-name which applies to the whole app, css provider which would be expensive to do for every single status during live updates or this which is some classes from 80% to 200% per 10% and sets them conditionally