Skip to content

Commit

Permalink
Update README.md to mention that the font pack is discontinued.
Browse files Browse the repository at this point in the history
Remove font pack mention from the about screen.
  • Loading branch information
ericwa committed Jan 7, 2018
1 parent d3ef5e2 commit ea218d6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ I am using the newest [Android Studio](http://developer.android.com/sdk/installi

## Font Pack

To save space in the main app, additional fonts can be installed using the [Document Viewer Fontpack](https://github.com/dschuermann/document-viewer-fontpack).
The [Document Viewer Fontpack](https://github.com/PrivacyApps/document-viewer-fontpack) is no longer supported. Our MuPDF patches to support this no longer apply cleanly, so support for the font pack was dropped.

# Licenses
Document Viewer is licensed under the GPLv3+.
Expand Down
14 changes: 0 additions & 14 deletions document-viewer/src/main/assets/about/en/fonts.html

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ public class AboutActivity extends AppCompatActivity {
private static final Part[] PARTS = {
// Start
new Part(R.string.about_commmon_title, Format.HTML, "common.html"),
new Part(R.string.about_fonts_title, Format.HTML, "fonts.html"),
new Part(R.string.about_license_title, Format.HTML, "license.html"),
new Part(R.string.about_3dparty_title, Format.HTML, "3rdparty.html"),
new Part(R.string.about_changelog_title, Format.WIKI, "changelog.wiki"),
Expand Down

0 comments on commit ea218d6

Please sign in to comment.