Skip to content

Commit

Permalink
[UI] #12 - Add Font In Farewell Module
Browse files Browse the repository at this point in the history
  • Loading branch information
mdb1217 committed Mar 6, 2022
1 parent 10c0c36 commit 2a83b5d
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions features/farewell/src/main/res/font/noto_sans_kr.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<font-family xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">

<font
app:font="@font/noto_sans_kr_regular"
app:fontStyle="normal"
app:fontWeight="400" />

<font
app:font="@font/noto_sans_kr_medium"
app:fontStyle="normal"
app:fontWeight="500" />

<font
app:font="@font/noto_sans_kr_bold"
app:fontStyle="normal"
app:fontWeight="600" />

</font-family>
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 2a83b5d

Please sign in to comment.