🛠️ Remove italic fonts for medium thickness
This commit is contained in:
parent
6500c08512
commit
08fb196e93
15 changed files with 14 additions and 84 deletions
|
|
@ -21,12 +21,7 @@ fun Constants.provideFonts(withRandom: Boolean): List<FontWithName> {
|
|||
FontFamily(
|
||||
Font(R.font.raleway_regular),
|
||||
Font(R.font.raleway_regular_italic, style = FontStyle.Italic),
|
||||
Font(R.font.raleway_medium, weight = FontWeight.Medium),
|
||||
Font(
|
||||
R.font.raleway_medium_italic,
|
||||
weight = FontWeight.Medium,
|
||||
style = FontStyle.Italic
|
||||
)
|
||||
Font(R.font.raleway_medium, weight = FontWeight.Medium)
|
||||
)
|
||||
),
|
||||
FontWithName(
|
||||
|
|
@ -35,12 +30,7 @@ fun Constants.provideFonts(withRandom: Boolean): List<FontWithName> {
|
|||
FontFamily(
|
||||
Font(R.font.opensans_regular),
|
||||
Font(R.font.opensans_regular_italic, style = FontStyle.Italic),
|
||||
Font(R.font.opensans_medium, weight = FontWeight.Medium),
|
||||
Font(
|
||||
R.font.opensans_medium_italic,
|
||||
weight = FontWeight.Medium,
|
||||
style = FontStyle.Italic
|
||||
)
|
||||
Font(R.font.opensans_medium, weight = FontWeight.Medium)
|
||||
)
|
||||
),
|
||||
FontWithName(
|
||||
|
|
@ -49,12 +39,7 @@ fun Constants.provideFonts(withRandom: Boolean): List<FontWithName> {
|
|||
FontFamily(
|
||||
Font(R.font.mulish_regular),
|
||||
Font(R.font.mulish_regular_italic, style = FontStyle.Italic),
|
||||
Font(R.font.mulish_medium, weight = FontWeight.Medium),
|
||||
Font(
|
||||
R.font.mulish_medium_italic,
|
||||
weight = FontWeight.Medium,
|
||||
style = FontStyle.Italic
|
||||
)
|
||||
Font(R.font.mulish_medium, weight = FontWeight.Medium)
|
||||
)
|
||||
),
|
||||
FontWithName(
|
||||
|
|
@ -63,12 +48,7 @@ fun Constants.provideFonts(withRandom: Boolean): List<FontWithName> {
|
|||
FontFamily(
|
||||
Font(R.font.arimo_regular),
|
||||
Font(R.font.arimo_regular_italic, style = FontStyle.Italic),
|
||||
Font(R.font.arimo_medium, weight = FontWeight.Medium),
|
||||
Font(
|
||||
R.font.arimo_medium_italic,
|
||||
weight = FontWeight.Medium,
|
||||
style = FontStyle.Italic
|
||||
)
|
||||
Font(R.font.arimo_medium, weight = FontWeight.Medium)
|
||||
)
|
||||
),
|
||||
FontWithName(
|
||||
|
|
@ -77,12 +57,7 @@ fun Constants.provideFonts(withRandom: Boolean): List<FontWithName> {
|
|||
FontFamily(
|
||||
Font(R.font.garamond_regular),
|
||||
Font(R.font.garamond_regular_italic, style = FontStyle.Italic),
|
||||
Font(R.font.garamond_medium, weight = FontWeight.Medium),
|
||||
Font(
|
||||
R.font.garamond_medium_italic,
|
||||
weight = FontWeight.Medium,
|
||||
style = FontStyle.Italic
|
||||
)
|
||||
Font(R.font.garamond_medium, weight = FontWeight.Medium)
|
||||
)
|
||||
),
|
||||
FontWithName(
|
||||
|
|
@ -91,12 +66,7 @@ fun Constants.provideFonts(withRandom: Boolean): List<FontWithName> {
|
|||
FontFamily(
|
||||
Font(R.font.robotoserif_regular),
|
||||
Font(R.font.robotoserif_regular_italic, style = FontStyle.Italic),
|
||||
Font(R.font.robotoserif_medium, weight = FontWeight.Medium),
|
||||
Font(
|
||||
R.font.robotoserif_medium_italic,
|
||||
weight = FontWeight.Medium,
|
||||
style = FontStyle.Italic
|
||||
)
|
||||
Font(R.font.robotoserif_medium, weight = FontWeight.Medium)
|
||||
)
|
||||
),
|
||||
FontWithName(
|
||||
|
|
@ -105,12 +75,7 @@ fun Constants.provideFonts(withRandom: Boolean): List<FontWithName> {
|
|||
FontFamily(
|
||||
Font(R.font.notoserif_regular),
|
||||
Font(R.font.notoserif_regular_italic, style = FontStyle.Italic),
|
||||
Font(R.font.notoserif_medium, weight = FontWeight.Medium),
|
||||
Font(
|
||||
R.font.notoserif_medium_italic,
|
||||
weight = FontWeight.Medium,
|
||||
style = FontStyle.Italic
|
||||
)
|
||||
Font(R.font.notoserif_medium, weight = FontWeight.Medium)
|
||||
)
|
||||
),
|
||||
FontWithName(
|
||||
|
|
@ -119,12 +84,7 @@ fun Constants.provideFonts(withRandom: Boolean): List<FontWithName> {
|
|||
FontFamily(
|
||||
Font(R.font.notosans_regular),
|
||||
Font(R.font.notosans_regular_italic, style = FontStyle.Italic),
|
||||
Font(R.font.notosans_medium, weight = FontWeight.Medium),
|
||||
Font(
|
||||
R.font.notosans_medium_italic,
|
||||
weight = FontWeight.Medium,
|
||||
style = FontStyle.Italic
|
||||
)
|
||||
Font(R.font.notosans_medium, weight = FontWeight.Medium)
|
||||
)
|
||||
),
|
||||
FontWithName(
|
||||
|
|
@ -133,12 +93,7 @@ fun Constants.provideFonts(withRandom: Boolean): List<FontWithName> {
|
|||
FontFamily(
|
||||
Font(R.font.roboto_regular),
|
||||
Font(R.font.roboto_regular_italic, style = FontStyle.Italic),
|
||||
Font(R.font.roboto_medium, weight = FontWeight.Medium),
|
||||
Font(
|
||||
R.font.roboto_medium_italic,
|
||||
weight = FontWeight.Medium,
|
||||
style = FontStyle.Italic
|
||||
)
|
||||
Font(R.font.roboto_medium, weight = FontWeight.Medium)
|
||||
)
|
||||
),
|
||||
FontWithName(
|
||||
|
|
@ -147,12 +102,7 @@ fun Constants.provideFonts(withRandom: Boolean): List<FontWithName> {
|
|||
FontFamily(
|
||||
Font(R.font.jost_regular),
|
||||
Font(R.font.jost_regular_italic, style = FontStyle.Italic),
|
||||
Font(R.font.jost_medium, weight = FontWeight.Medium),
|
||||
Font(
|
||||
R.font.jost_medium_italic,
|
||||
weight = FontWeight.Medium,
|
||||
style = FontStyle.Italic
|
||||
)
|
||||
Font(R.font.jost_medium, weight = FontWeight.Medium)
|
||||
)
|
||||
),
|
||||
FontWithName(
|
||||
|
|
@ -161,12 +111,7 @@ fun Constants.provideFonts(withRandom: Boolean): List<FontWithName> {
|
|||
FontFamily(
|
||||
Font(R.font.merriweather_regular),
|
||||
Font(R.font.merriweather_regular_italic, style = FontStyle.Italic),
|
||||
Font(R.font.merriweather_medium, weight = FontWeight.Medium),
|
||||
Font(
|
||||
R.font.merriweather_medium_italic,
|
||||
weight = FontWeight.Medium,
|
||||
style = FontStyle.Italic
|
||||
)
|
||||
Font(R.font.merriweather_medium, weight = FontWeight.Medium)
|
||||
)
|
||||
),
|
||||
FontWithName(
|
||||
|
|
@ -175,12 +120,7 @@ fun Constants.provideFonts(withRandom: Boolean): List<FontWithName> {
|
|||
FontFamily(
|
||||
Font(R.font.montserrat_regular),
|
||||
Font(R.font.montserrat_regular_italic, style = FontStyle.Italic),
|
||||
Font(R.font.montserrat_medium, weight = FontWeight.Medium),
|
||||
Font(
|
||||
R.font.montserrat_medium_italic,
|
||||
weight = FontWeight.Medium,
|
||||
style = FontStyle.Italic
|
||||
)
|
||||
Font(R.font.montserrat_medium, weight = FontWeight.Medium)
|
||||
)
|
||||
),
|
||||
FontWithName(
|
||||
|
|
@ -189,12 +129,7 @@ fun Constants.provideFonts(withRandom: Boolean): List<FontWithName> {
|
|||
FontFamily(
|
||||
Font(R.font.nunito_regular),
|
||||
Font(R.font.nunito_regular_italic, style = FontStyle.Italic),
|
||||
Font(R.font.nunito_medium, weight = FontWeight.Medium),
|
||||
Font(
|
||||
R.font.nunito_medium_italic,
|
||||
weight = FontWeight.Medium,
|
||||
style = FontStyle.Italic
|
||||
)
|
||||
Font(R.font.nunito_medium, weight = FontWeight.Medium)
|
||||
)
|
||||
),
|
||||
FontWithName(
|
||||
|
|
@ -211,12 +146,7 @@ fun Constants.provideFonts(withRandom: Boolean): List<FontWithName> {
|
|||
FontFamily(
|
||||
Font(R.font.lora_regular),
|
||||
Font(R.font.lora_regular_italic, style = FontStyle.Italic),
|
||||
Font(R.font.lora_medium, weight = FontWeight.Medium),
|
||||
Font(
|
||||
R.font.lora_medium_italic,
|
||||
weight = FontWeight.Medium,
|
||||
style = FontStyle.Italic
|
||||
)
|
||||
Font(R.font.lora_medium, weight = FontWeight.Medium)
|
||||
)
|
||||
)
|
||||
).apply {
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue