mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-07 23:16:37 +00:00
Enabled Montserrat font
This commit is contained in:
parent
713e695b3f
commit
ad8be07e3a
3 changed files with 3 additions and 3 deletions
|
@ -48,3 +48,4 @@ FairEmail uses:
|
|||
* [Send](https://github.com/timvisee/send). [Mozilla Public License 2.0](https://github.com/timvisee/send/blob/master/LICENSE).
|
||||
* [DetectHtml](https://github.com/dbennett455/DetectHtml). [The MIT License](https://github.com/dbennett455/DetectHtml/blob/master/LICENSE).
|
||||
* [Liberation Sans Narrow font](https://github.com/liberationfonts/liberation-sans-narrow). Copyright (C) 1989, 1991 Free Software Foundation, Inc. [GNU General Public License version 2 with exceptions](https://fedoraproject.org/wiki/Licensing/LiberationFontLicense).
|
||||
* [Montserrat font](https://fonts.google.com/specimen/Montserrat). By Julieta Ulanovsky, Sol Matas, Juan Pablo del Peral, Jacques Le Bailly. [Open Font License](https://fonts.google.com/specimen/Montserrat/about).
|
||||
|
|
|
@ -48,3 +48,4 @@ FairEmail uses:
|
|||
* [Send](https://github.com/timvisee/send). [Mozilla Public License 2.0](https://github.com/timvisee/send/blob/master/LICENSE).
|
||||
* [DetectHtml](https://github.com/dbennett455/DetectHtml). [The MIT License](https://github.com/dbennett455/DetectHtml/blob/master/LICENSE).
|
||||
* [Liberation Sans Narrow font](https://github.com/liberationfonts/liberation-sans-narrow). Copyright (C) 1989, 1991 Free Software Foundation, Inc. [GNU General Public License version 2 with exceptions](https://fedoraproject.org/wiki/Licensing/LiberationFontLicense).
|
||||
* [Montserrat font](https://fonts.google.com/specimen/Montserrat). By Julieta Ulanovsky, Sol Matas, Juan Pablo del Peral, Jacques Le Bailly. [Open Font License](https://fonts.google.com/specimen/Montserrat/about).
|
||||
|
|
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue