From a31742d986e829a88b5d14c4895f03a61cc0b750 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Mon, 29 Apr 2019 21:30:58 +0000 Subject: [PATCH] f18.js: set Arial for SVG title (Forum #100080) git-svn-id: https://svn.fhem.de/fhem/trunk@19292 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/www/pgm2/f18.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/www/pgm2/f18.js b/fhem/www/pgm2/f18.js index 73581be8c..de068512b 100644 --- a/fhem/www/pgm2/f18.js +++ b/fhem/www/pgm2/f18.js @@ -800,7 +800,7 @@ f18_svgSetCols(svg) var style = $(svg).find("> style").first(); var sTxt = $(style).text(); - sTxt = sTxt.replace(/font-family:Times/, "fill:#"+col("fg")); + sTxt = sTxt.replace(/Times/, "Arial; fill:#"+col("fg")); $(style).text(sTxt); function