Skip to content

Commit

Permalink
💄 Update BTModern font (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
jheubuch authored Nov 21, 2024
1 parent 89b7848 commit 4bfd1ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/main/kotlin/de/hbch/traewelling/theme/Type.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import androidx.compose.ui.text.font.FontFamily
import de.hbch.traewelling.R

val RalewayFont = Font(R.font.raleway)
val TwindexxFont = Font(R.font.ae_matrix16_twindexx_standard)
val TwindexxFont = Font(R.font.ae_matrix16_btmodern_standard)
val Raleway = FontFamily(RalewayFont)
val Twindexx = FontFamily(TwindexxFont)

Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"uniqueId": "ae:matrix16.twindexx",
"uniqueId": "ae:matrix16.btmodern",
"developers": [
{
"organisationUrl": "",
"name": "AEBahn"
}
],
"artifactVersion": "001.0000",
"name": "AE_Matrix16_Twindexx",
"name": "AE_Matrix16_BTModern",
"licenses": [
"SIL Open Font License"
]
Expand Down

0 comments on commit 4bfd1ac

Please sign in to comment.