mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 15:17:03 +02:00
Enabled Montserrat font
This commit is contained in:
@@ -1930,9 +1930,7 @@ public class StyleHelper {
|
||||
if (all || narrow_fonts)
|
||||
result.add(new FontDescriptor("sans narrow", "Liberation Sans Narrow (Arial Narrow)", true));
|
||||
|
||||
if (BuildConfig.DEBUG) {
|
||||
result.add(new FontDescriptor("montserrat", "Montserrat", true));
|
||||
}
|
||||
result.add(new FontDescriptor("montserrat", "Montserrat (Gotham, Proxima Nova)", true));
|
||||
|
||||
result.add(new FontDescriptor("comic sans", "OpenDyslexic", true));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user