Skip to content

Commit

Permalink
[ADD/#6] font 추가 및 font family 구현
Browse files Browse the repository at this point in the history
  • Loading branch information
b1urrrr committed May 3, 2023
1 parent 8378c12 commit 690b29e
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions app/src/main/res/font/go_sopt_font.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="utf-8"?>
<font-family xmlns:android="http://schemas.android.com/apk/res/android">
<font
android:font="@font/pretendard_black"
android:fontStyle="normal"
android:fontWeight="900" />
<font
android:font="@font/pretendard_extrabold"
android:fontStyle="normal"
android:fontWeight="800" />
<font
android:font="@font/pretendard_bold"
android:fontStyle="normal"
android:fontWeight="700" />
<font
android:font="@font/pretendard_semibold"
android:fontStyle="normal"
android:fontWeight="600" />
<font
android:font="@font/pretendard_medium"
android:fontStyle="normal"
android:fontWeight="500" />
<font
android:font="@font/pretendard_regular"
android:fontStyle="normal"
android:fontWeight="400" />
<font
android:font="@font/pretendard_light"
android:fontStyle="normal"
android:fontWeight="300" />
<font
android:font="@font/pretendard_extralight"
android:fontStyle="normal"
android:fontWeight="200" />
<font
android:font="@font/pretendard_thin"
android:fontStyle="normal"
android:fontWeight="100" />
</font-family>
Binary file added app/src/main/res/font/pretendard_black.otf
Binary file not shown.
Binary file added app/src/main/res/font/pretendard_bold.otf
Binary file not shown.
Binary file added app/src/main/res/font/pretendard_extrabold.otf
Binary file not shown.
Binary file added app/src/main/res/font/pretendard_extralight.otf
Binary file not shown.
Binary file added app/src/main/res/font/pretendard_light.otf
Binary file not shown.
Binary file added app/src/main/res/font/pretendard_medium.otf
Binary file not shown.
Binary file added app/src/main/res/font/pretendard_regular.otf
Binary file not shown.
Binary file added app/src/main/res/font/pretendard_semibold.otf
Binary file not shown.
Binary file added app/src/main/res/font/pretendard_thin.otf
Binary file not shown.

0 comments on commit 690b29e

Please sign in to comment.