Skip to content

Commit

Permalink
#1340 - remove all references to Whitney font
Browse files Browse the repository at this point in the history
  • Loading branch information
budowski committed Apr 19, 2024
1 parent 983a5b3 commit 13eb35f
Show file tree
Hide file tree
Showing 16 changed files with 2 additions and 110 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -106,15 +106,11 @@ protected void onCreate(Bundle savedInstanceState) {
"<html>" +
"<head>" +
"<style type=\"text/css\"> " +
"@font-face { " +
"font-family: Whitney;" +
"src: url(\"file:///android_asset/fonts/whitney_light_pro.otf\")" +
"}" +
"body {" +
"line-height: 22pt;" +
"margin: 0;" +
"padding: 0;" +
"font-family: \"HelveticaNeue-UltraLight\", \"Segoe UI\", \"Roboto Light\", sans-serif;" +
"font-family: \"Roboto Light\", \"HelveticaNeue-UltraLight\", \"Segoe UI\", sans-serif;" +
"font-size: medium;" +
"} " +
"div {max-width: 100%;} " +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1990,15 +1990,11 @@ private void refreshAnnouncements() {
"<html>" +
"<head>" +
"<style type=\"text/css\"> " +
"@font-face { " +
"font-family: Whitney;" +
"src: url(\"file:///android_asset/fonts/whitney_light_pro.otf\")" +
"}" +
"body {" +
"line-height: 22pt;" +
"margin: 0;" +
"padding: 0;" +
"font-family: \"HelveticaNeue-UltraLight\", \"Segoe UI\", \"Roboto Light\", sans-serif;" +
"font-family: \"Roboto Light\", \"HelveticaNeue-UltraLight\", \"Segoe UI\", sans-serif;" +
"font-size: medium;" +
"} " +
"div {max-width: 100%;} " +
Expand Down
100 changes: 0 additions & 100 deletions iNaturalist/src/main/res/font/whitney.xml

This file was deleted.

Binary file removed iNaturalist/src/main/res/font/whitney_black_pro.otf
Binary file not shown.
Binary file not shown.
Binary file removed iNaturalist/src/main/res/font/whitney_bold_pro.otf
Binary file not shown.
Binary file not shown.
Binary file removed iNaturalist/src/main/res/font/whitney_book_pro.otf
Binary file not shown.
Binary file not shown.
Binary file removed iNaturalist/src/main/res/font/whitney_light_pro.otf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 13eb35f

Please sign in to comment.