mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 22:05:19 +00:00
ui-compose: import Manrope font
This commit is contained in:
@@ -50,6 +50,7 @@ dependencies {
|
|||||||
implementation(projects.openpgpKtx)
|
implementation(projects.openpgpKtx)
|
||||||
implementation(projects.passgen.diceware)
|
implementation(projects.passgen.diceware)
|
||||||
implementation(projects.passgen.random)
|
implementation(projects.passgen.random)
|
||||||
|
implementation(projects.uiCompose)
|
||||||
implementation(libs.androidx.activity.ktx)
|
implementation(libs.androidx.activity.ktx)
|
||||||
implementation(libs.androidx.appcompat)
|
implementation(libs.androidx.appcompat)
|
||||||
implementation(libs.androidx.autofill)
|
implementation(libs.androidx.autofill)
|
||||||
|
@@ -2,23 +2,22 @@ package dev.msfjarvis.aps.ui.compose.theme
|
|||||||
|
|
||||||
import androidx.compose.material3.Typography
|
import androidx.compose.material3.Typography
|
||||||
import androidx.compose.ui.text.TextStyle
|
import androidx.compose.ui.text.TextStyle
|
||||||
|
import androidx.compose.ui.text.font.Font
|
||||||
import androidx.compose.ui.text.font.FontFamily
|
import androidx.compose.ui.text.font.FontFamily
|
||||||
import androidx.compose.ui.text.font.FontWeight
|
import androidx.compose.ui.text.font.FontWeight
|
||||||
import androidx.compose.ui.unit.sp
|
import androidx.compose.ui.unit.sp
|
||||||
|
import dev.msfjarvis.aps.ui.compose.R
|
||||||
|
|
||||||
/** Uncomment the contents below if and when the font files get moved to this module. */
|
|
||||||
internal val Manrope =
|
internal val Manrope =
|
||||||
FontFamily(
|
FontFamily(
|
||||||
/*
|
Font(R.font.manrope_bold, FontWeight.Bold),
|
||||||
Font(R.font.manrope_bold, FontWeight.Bold),
|
Font(R.font.manrope_extrabold, FontWeight.ExtraBold),
|
||||||
Font(R.font.manrope_extrabold, FontWeight.ExtraBold),
|
Font(R.font.manrope_extralight, FontWeight.ExtraLight),
|
||||||
Font(R.font.manrope_extralight, FontWeight.ExtraLight),
|
Font(R.font.manrope_light, FontWeight.Light),
|
||||||
Font(R.font.manrope_light, FontWeight.Light),
|
Font(R.font.manrope_medium, FontWeight.Medium),
|
||||||
Font(R.font.manrope_medium, FontWeight.Medium),
|
Font(R.font.manrope_regular, FontWeight.Normal),
|
||||||
Font(R.font.manrope_regular, FontWeight.Normal),
|
Font(R.font.manrope_semibold, FontWeight.SemiBold),
|
||||||
Font(R.font.manrope_semibold, FontWeight.SemiBold),
|
)
|
||||||
*/
|
|
||||||
)
|
|
||||||
|
|
||||||
internal val AppTypography =
|
internal val AppTypography =
|
||||||
Typography(
|
Typography(
|
||||||
|
Reference in New Issue
Block a user