mirror of https://github.com/M66B/FairEmail.git
Disabled Montserrat
This commit is contained in:
parent
ede25a9938
commit
542d60ce7f
|
@ -1838,6 +1838,7 @@ public class StyleHelper {
|
|||
return ResourcesCompat.getFont(context.getApplicationContext(), R.font.fantasy);
|
||||
|
||||
if (bundled_fonts) {
|
||||
if (BuildConfig.DEBUG)
|
||||
if (faces.contains("montserrat") ||
|
||||
faces.contains("gotham") ||
|
||||
faces.contains("proxima nova"))
|
||||
|
@ -1930,9 +1931,8 @@ public class StyleHelper {
|
|||
if (all || narrow_fonts)
|
||||
result.add(new FontDescriptor("sans narrow", "Liberation Sans Narrow (Arial Narrow)", true));
|
||||
|
||||
if (BuildConfig.DEBUG) {
|
||||
if (BuildConfig.DEBUG)
|
||||
result.add(new FontDescriptor("montserrat", "Montserrat", true));
|
||||
}
|
||||
|
||||
result.add(new FontDescriptor("comic sans", "OpenDyslexic", true));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue