mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Define custome fonts inline
This commit is contained in:
@@ -957,6 +957,7 @@ public class StyleHelper {
|
||||
String[] fontNameValues = context.getResources().getStringArray(R.array.fontNameValues);
|
||||
for (int i = 0; i < fontNameNames.length; i++)
|
||||
result.add(new Pair(fontNameValues[i], fontNameNames[i]));
|
||||
result.add(new Pair("comic sans", "OpenDyslexic"));
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user