From: Aleksander Ɓukasz Date: Fri, 25 Apr 2014 13:51:07 +0000 (+0200) Subject: editor: canvas - render emphasis with bold instead of italic X-Git-Url: https://git.mdrn.pl/fnpeditor.git/commitdiff_plain/4b2e5f26a2bf27ea2cf41c0d4818e5b85785cd67 editor: canvas - render emphasis with bold instead of italic --- diff --git a/src/editor/modules/documentCanvas/nodes.less b/src/editor/modules/documentCanvas/nodes.less index bbb65d4..42f09ea 100644 --- a/src/editor/modules/documentCanvas/nodes.less +++ b/src/editor/modules/documentCanvas/nodes.less @@ -70,7 +70,7 @@ } [wlxml-class|="emp"] { - font-style: italic; + font-weight: bold; } [wlxml-tag=metadata] {