Skip to content

Commit

Permalink
[Add/#5] 폰트 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
gaeun5744 committed May 5, 2023
1 parent d43d3f2 commit 998b615
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/src/main/res/font/font.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<font-family xmlns:android="http://schemas.android.com/apk/res/android">

<font android:fontStyle="normal"
android:fontWeight="400"
android:font="@font/nanum_gothic_bold"/>

</font-family>
Binary file added app/src/main/res/font/nanum_gothic.ttf
Binary file not shown.
Binary file added app/src/main/res/font/nanum_gothic_bold.ttf
Binary file not shown.
Binary file added app/src/main/res/font/nanum_gothic_light.ttf
Binary file not shown.

0 comments on commit 998b615

Please sign in to comment.