SwiftcordApp / Swiftcord

A fully native Discord client for macOS built 100% in Swift!
https://swiftcordapp.github.io/Swiftcord/
GNU General Public License v3.0
1.85k stars 84 forks source link

Change font sizes and add scale option in configuration #179

Closed lucasromanomr closed 9 months ago

lucasromanomr commented 11 months ago

A comparison was made of the most used fonts and they were placed according to the system sizes. The ones that are often used were left at the default size and a specific variable was created for it, as is the case with appMessage, but we can change anything to a system size.

In addition, the option to change the font scale was added, so that if someone wants to enlarge the fonts or reduce them, they have an option. (I don't know if it was the correct session, I thought about putting it under appearance or putting it under accessibility).

Added an option to set fonts as rounded (many people like it).

Changes on UI

Configuration

image

App 0.9x

image

App 1.2x

image

App Default 1.0x

image