Changed: Do not restrict html font-family to inherit/monospace only.

--HG--
branch : develop
feature/pipeline-tools
Nimetu 6 years ago
parent d8638fa42b
commit 0099eb3ba4

@ -6301,10 +6301,7 @@ namespace NLGUI
if (it->second == "inherit")
style.FontFamily = current.FontFamily;
else
if (it->second == "monospace")
style.FontFamily = "monospace";
else
style.FontFamily.clear();
style.FontFamily = it->second;
}
else
if (it->first == "font-weight")

Loading…
Cancel
Save