🚀 OpenDyslexic font

* Added new font: OpenDyslexic
This commit is contained in:
Acclorite 2025-02-02 12:19:41 +02:00
parent 4b213511b3
commit dcf470d630
4 changed files with 9 additions and 0 deletions

View file

@ -19,6 +19,15 @@ fun Constants.provideFonts(): List<FontWithName> {
UIText.StringResource(R.string.default_string),
FontFamily.Default
),
FontWithName(
"open_dyslexic",
UIText.StringValue("Open Dyslexic"),
FontFamily(
Font(R.font.open_dyslexic_regular),
Font(R.font.open_dyslexic_italic, style = FontStyle.Italic),
Font(R.font.open_dyslexic_bold, weight = FontWeight.Bold)
)
),
FontWithName(
"raleway",
UIText.StringValue("Raleway"),

Binary file not shown.

Binary file not shown.

Binary file not shown.