Skip to content

Instantly share code, notes, and snippets.

View AsadLeo14's full-sized avatar
🎯
Focusing

Asad Mahmood AsadLeo14

🎯
Focusing
  • Karachi, Pakistan
View GitHub Profile
@AsadLeo14
AsadLeo14 / Type.kt
Created July 30, 2021 07:57
Access custom font from assets in Jetpack Compose
@OptIn(ExperimentalTextApi::class)
@Composable
fun fontFamily() = FontFamily(
Font(LocalContext.current.assets,"myfont.ttf")
)
@Composable
fun typography() = Typography(
h1 = TextStyle(