mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 23:12:55 +00:00
Debug: removed Open Sans
This commit is contained in:
parent
f2f17e0394
commit
508c778fd6
7 changed files with 0 additions and 44 deletions
|
@ -1,19 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<font-family xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<font
|
||||
app:font="@font/opensans_regular"
|
||||
app:fontStyle="normal"
|
||||
app:fontWeight="400" />
|
||||
<font
|
||||
app:font="@font/opensans_italic"
|
||||
app:fontStyle="italic"
|
||||
app:fontWeight="400" />
|
||||
<font
|
||||
app:font="@font/opensans_bold"
|
||||
app:fontStyle="normal"
|
||||
app:fontWeight="700" />
|
||||
<font
|
||||
app:font="@font/opensans_bold_italic"
|
||||
app:fontStyle="italic"
|
||||
app:fontWeight="700" />
|
||||
</font-family>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -931,8 +931,6 @@ public class StyleHelper {
|
|||
// https://developer.mozilla.org/en-US/docs/Web/CSS/font-family
|
||||
// TODO: Microsoft: Georgia (Serif), Tahoma (Sans-serif), Trebuchet MS (Sans-serif)
|
||||
String faces = family.toLowerCase(Locale.ROOT);
|
||||
if (faces.contains("open sans"))
|
||||
return "Open Sans, Arial, Verdana, Helvetica, Helvetica Neue, sans-serif";
|
||||
if (faces.contains("montserrat"))
|
||||
return "Montserrat, sans-serif";
|
||||
if (faces.contains("arimo"))
|
||||
|
@ -974,9 +972,6 @@ public class StyleHelper {
|
|||
return ResourcesCompat.getFont(context, R.font.fantasy);
|
||||
|
||||
if (bundled_fonts) {
|
||||
if (faces.contains("open sans"))
|
||||
return ResourcesCompat.getFont(context, R.font.opensans);
|
||||
|
||||
if (faces.contains("montserrat"))
|
||||
return ResourcesCompat.getFont(context, R.font.montserrat);
|
||||
|
||||
|
@ -1045,7 +1040,6 @@ public class StyleHelper {
|
|||
result.add(new FontDescriptor("caladea", "Caladea (Cambria)", true));
|
||||
|
||||
if (BuildConfig.DEBUG) {
|
||||
result.add(new FontDescriptor("open sans", "Open Sans", true));
|
||||
result.add(new FontDescriptor("montserrat", "Montserrat", true));
|
||||
}
|
||||
|
||||
|
|
|
@ -1,19 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<font-family xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<font
|
||||
app:font="@font/arimo_regular"
|
||||
app:fontStyle="normal"
|
||||
app:fontWeight="400" />
|
||||
<font
|
||||
app:font="@font/arimo_italic"
|
||||
app:fontStyle="italic"
|
||||
app:fontWeight="400" />
|
||||
<font
|
||||
app:font="@font/arimo_bold"
|
||||
app:fontStyle="normal"
|
||||
app:fontWeight="700" />
|
||||
<font
|
||||
app:font="@font/arimo_bolditalic"
|
||||
app:fontStyle="italic"
|
||||
app:fontWeight="700" />
|
||||
</font-family>
|
Loading…
Reference in a new issue