Hello,Server Events > Global > Page_Head:AddStylesheet(“hxxps://fonts.googleapis.com/earlyaccess/droidarabickufi.css”);will not work as expected (worked in 2019) , and the result in html is:loadjs(“/css!hxxps://fonts.googleapis.com/earlyaccess/droidarabickufi.css”); // in script tageven with a local style sheet,
AddStylesheet(“droidarabickufi.css”);
it gives nearly the same:loadjs(“/css!droidarabickufi.css”); // in script tagwhich will not load correctly.Thank you.