|
|
@@ -30,7 +30,7 @@ import kr.co.zumo.app.R;
|
|
|
|
|
|
public class TypefaceUtil {
|
|
|
private static final String REGULAR_FONT_ASSET_NAME = "font/droid_sans.ttf"; // in assets folder
|
|
|
- private static final String MEDIUM_FONT_ASSET_NAME = "font/bmyeonsung.otf"; // in assets folder
|
|
|
+ private static final String MEDIUM_FONT_ASSET_NAME = "font/spoqa.ttf"; // in assets folder
|
|
|
|
|
|
// private static final String REGULAR_FONT_FILE = "/system/fonts/droid_sans.ttf"; // 사용 가능하지만 없는 유저도 있을 수 있어서 asset 에 임베딩
|
|
|
|
|
|
@@ -45,7 +45,7 @@ public class TypefaceUtil {
|
|
|
// Typeface regular = createFont(context, REGULAR_FONT_ASSET_NAME);
|
|
|
// Typeface medium = createFont(context, MEDIUM_FONT_ASSET_NAME);
|
|
|
Typeface regular = ResourcesCompat.getFont(context, R.font.droid_sans);
|
|
|
-// Typeface medium = ResourcesCompat.getFont(context, R.font.bmyeonsung);
|
|
|
+// Typeface medium = ResourcesCompat.getFont(context, R.font.spoqa);
|
|
|
|
|
|
Map<String, Typeface> fonts = new HashMap<>();
|
|
|
fonts.put(context.getString(R.string.lifeplus_font_sans_serif), regular);
|