mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 19:34:15 +01:00
Ignore none font weight
This commit is contained in:
@@ -1057,6 +1057,7 @@ public class HtmlHelper {
|
||||
return 600;
|
||||
case "bold":
|
||||
return 700;
|
||||
case "none":
|
||||
case "inherit":
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user