🛠️ Change order of "Open Dyslexic" font
* Moved "Open Dyslexic" font to the bottom
This commit is contained in:
parent
9670470f7e
commit
11d8353ff4
1 changed files with 9 additions and 9 deletions
|
|
@ -19,15 +19,6 @@ fun Constants.provideFonts(): List<FontWithName> {
|
||||||
UIText.StringResource(R.string.default_string),
|
UIText.StringResource(R.string.default_string),
|
||||||
FontFamily.Default
|
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(
|
FontWithName(
|
||||||
"raleway",
|
"raleway",
|
||||||
UIText.StringValue("Raleway"),
|
UIText.StringValue("Raleway"),
|
||||||
|
|
@ -147,6 +138,15 @@ fun Constants.provideFonts(): List<FontWithName> {
|
||||||
normalResId = R.font.lora_variable,
|
normalResId = R.font.lora_variable,
|
||||||
italicResId = R.font.lora_variable_italic
|
italicResId = R.font.lora_variable_italic
|
||||||
)
|
)
|
||||||
|
),
|
||||||
|
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)
|
||||||
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue