add: option to use inter font instead

This commit is contained in:
trisua 2025-08-30 21:35:07 -04:00
parent da58323ed8
commit 407155e6c4
5 changed files with 26 additions and 5 deletions

View file

@ -372,6 +372,9 @@ pub struct UserSettings {
/// Hide all badges from your username (everywhere but on profile).
#[serde(default)]
pub hide_username_badges: bool,
/// If the user's system font is always used over Lexend.
#[serde(default)]
pub use_system_font: bool,
}
fn mime_avif() -> String {