We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fabbb7d commit 7a16bfdCopy full SHA for 7a16bfd
src/cls/EntityBrowser/ServeXData.cls
@@ -29,7 +29,7 @@ Parameter Files As CONFIGVALUE;
29
Parameter Encoding As %String = "utf-8";
30
31
/// List of mime types second parts (delimited by slash), which will Encoding be set for.
32
-Parameter UseEncodingFor = {$LB("html", "css", "javascript", "plain")};
+Parameter UseEncodingFor = {$LB("html", "css", "javascript", "plain", "ttf", "woff")};
33
34
/// A generator for Files parameter.
35
ClassMethod FillFiles() As %Status [ CodeMode = objectgenerator ]
0 commit comments