diff -r 0ddefd20ca2b -r 938b55abe946 svghmi/gen_index_xhtml.ysl2 --- 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;" {