svghmi/gen_index_xhtml.ysl2
branchsvghmi
changeset 3211 938b55abe946
parent 3165 2db69e2c5673
child 3212 2b5b3f4f26f0
--- a/svghmi/gen_index_xhtml.ysl2	Tue Mar 30 10:05:55 2021 +0200
+++ b/svghmi/gen_index_xhtml.ysl2	Tue Mar 30 14:54:43 2021 +0200
@@ -69,7 +69,11 @@
         html xmlns="http://www.w3.org/1999/xhtml"
              xmlns:svg="http://www.w3.org/2000/svg"
              xmlns:xlink="http://www.w3.org/1999/xlink" {
-            head;
+            head {
+                style type="text/css" media="screen" {
+                    value "ns:GetFonts()";
+                }
+            }
             // prevents user selection by mouse click / touch and drag
             // prevents pinch zoom and other accidental panning panning with touch devices
             body style="margin:0;overflow:hidden;user-select:none;touch-action:none;" {