mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-07 12:58:13 +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:
parent
e9f4aeae10
commit
a31742d986
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user