mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
common: add manrope font resources
This commit is contained in:
parent
c837ecc46e
commit
76973ccec2
8 changed files with 4 additions and 1 deletions
|
@ -45,7 +45,10 @@ kotlin {
|
|||
android {
|
||||
buildFeatures { androidResources = true }
|
||||
compileSdk = 30
|
||||
sourceSets["main"].manifest.srcFile("src/androidMain/AndroidManifest.xml")
|
||||
sourceSets["main"].apply {
|
||||
manifest.srcFile("src/androidMain/AndroidManifest.xml")
|
||||
res.srcDirs("src/commonMain/resources")
|
||||
}
|
||||
defaultConfig {
|
||||
minSdk = 23
|
||||
targetSdk = 30
|
||||
|
|
BIN
common/src/commonMain/resources/font/manrope_bold.ttf
Normal file
BIN
common/src/commonMain/resources/font/manrope_bold.ttf
Normal file
Binary file not shown.
BIN
common/src/commonMain/resources/font/manrope_extrabold.ttf
Normal file
BIN
common/src/commonMain/resources/font/manrope_extrabold.ttf
Normal file
Binary file not shown.
BIN
common/src/commonMain/resources/font/manrope_extralight.ttf
Normal file
BIN
common/src/commonMain/resources/font/manrope_extralight.ttf
Normal file
Binary file not shown.
BIN
common/src/commonMain/resources/font/manrope_light.ttf
Normal file
BIN
common/src/commonMain/resources/font/manrope_light.ttf
Normal file
Binary file not shown.
BIN
common/src/commonMain/resources/font/manrope_medium.ttf
Normal file
BIN
common/src/commonMain/resources/font/manrope_medium.ttf
Normal file
Binary file not shown.
BIN
common/src/commonMain/resources/font/manrope_regular.ttf
Normal file
BIN
common/src/commonMain/resources/font/manrope_regular.ttf
Normal file
Binary file not shown.
BIN
common/src/commonMain/resources/font/manrope_semibold.ttf
Normal file
BIN
common/src/commonMain/resources/font/manrope_semibold.ttf
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue