mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-04 20:03:52 +01:00
Added support font-weight: bold
This commit is contained in:
@@ -375,8 +375,12 @@ public class HtmlHelper {
|
||||
}
|
||||
break;
|
||||
|
||||
case "background":
|
||||
case "background-color":
|
||||
case "font-weight":
|
||||
if ("bold".equals(value)) {
|
||||
Element strong = new Element("strong");
|
||||
element.replaceWith(strong);
|
||||
strong.appendChild(element);
|
||||
}
|
||||
break;
|
||||
|
||||
case "line-through":
|
||||
|
||||
Reference in New Issue
Block a user