Skip to content

Commit

Permalink
Design : 브리핑 뉴스 상세 화면 UI
Browse files Browse the repository at this point in the history
  • Loading branch information
DongChyeon committed Jun 13, 2024
1 parent 808c7eb commit 58efc83
Show file tree
Hide file tree
Showing 8 changed files with 472 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
package store.newsbriefing.app.core.designsystem.theme

import androidx.compose.material3.Typography
import androidx.compose.runtime.Immutable
import androidx.compose.runtime.staticCompositionLocalOf
import androidx.compose.ui.graphics.Color
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.FontWeight
import androidx.compose.ui.unit.sp
import store.newsbriefing.app.core.designsystem.R

val Pretendard = FontFamily(
Font(R.font.pretendardsemibold, FontWeight.SemiBold),
Font(R.font.pretendardmedium, FontWeight.Medium),
Font(R.font.pretendardregular, FontWeight.Normal),
)

val ProductSans = FontFamily(
Font(R.font.productsansbold, FontWeight.Bold),
Font(R.font.productsansregular, FontWeight.Normal),
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 58efc83

Please sign in to comment.