2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-07 19:04:20 +00:00

f18.js: set Arial for SVG title (Forum #100080)

git-svn-id: https://svn.fhem.de/fhem/trunk@19292 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2019-04-29 21:30:58 +00:00
parent e9f4aeae10
commit a31742d986

View File

@ -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