Ignore none font weight

This commit is contained in:
M66B 2020-04-28 20:13:49 +02:00
parent 52133c8d3d
commit e5accf5d93
1 changed files with 1 additions and 0 deletions

View File

@ -1057,6 +1057,7 @@ public class HtmlHelper {
return 600;
case "bold":
return 700;
case "none":
case "inherit":
return null;
}