add: option to use inter font instead
This commit is contained in:
parent
da58323ed8
commit
407155e6c4
5 changed files with 26 additions and 5 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue