mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 00:23:09 +02:00
Revert "Consider monospace font as plain text"
This reverts commit a9009f73e9.
This commit is contained in:
@@ -894,12 +894,6 @@ public class HtmlHelper {
|
||||
if (!text_font)
|
||||
continue;
|
||||
|
||||
if (!TextUtils.isEmpty(value)) {
|
||||
List<String> faces = StyleHelper.getTypeFaces(value);
|
||||
if (faces.contains("monospace"))
|
||||
element.attr("x-plain", "true");
|
||||
}
|
||||
|
||||
// https://developer.mozilla.org/en-US/docs/Web/CSS/font-family
|
||||
sb.append(key).append(":").append(value).append(";");
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user