diff --git a/XYZReader/src/main/assets/Rosario-Regular.ttf b/XYZReader/src/main/assets/Rosario-Regular.ttf deleted file mode 100644 index 0646b7b..0000000 Binary files a/XYZReader/src/main/assets/Rosario-Regular.ttf and /dev/null differ diff --git a/XYZReader/src/main/java/com/example/xyzreader/ui/ArticleDetailFragment.java b/XYZReader/src/main/java/com/example/xyzreader/ui/ArticleDetailFragment.java index 8542fbc..5f20106 100644 --- a/XYZReader/src/main/java/com/example/xyzreader/ui/ArticleDetailFragment.java +++ b/XYZReader/src/main/java/com/example/xyzreader/ui/ArticleDetailFragment.java @@ -8,7 +8,6 @@ import android.database.Cursor; import android.graphics.Bitmap; import android.graphics.Color; import android.graphics.Rect; -import android.graphics.Typeface; import android.graphics.drawable.ColorDrawable; import android.os.Bundle; import android.support.v4.app.ShareCompat; @@ -181,7 +180,6 @@ public class ArticleDetailFragment extends Fragment implements TextView bylineView = (TextView) mRootView.findViewById(R.id.article_byline); bylineView.setMovementMethod(new LinkMovementMethod()); TextView bodyView = (TextView) mRootView.findViewById(R.id.article_body); - bodyView.setTypeface(Typeface.createFromAsset(getResources().getAssets(), "Rosario-Regular.ttf")); if (mCursor != null) { mRootView.setAlpha(0);