From 4b2e5f26a2bf27ea2cf41c0d4818e5b85785cd67 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aleksander=20=C5=81ukasz?= Date: Fri, 25 Apr 2014 15:51:07 +0200 Subject: [PATCH] editor: canvas - render emphasis with bold instead of italic --- src/editor/modules/documentCanvas/nodes.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] { -- 2.20.1