apply custom font like 'al-mohanad' for jsreport asp mvc5
-
im using jsreport with asp.net mvc5 how can i apply custom font like 'al-mohanad' for jsreport,
my configuration :
var rs = new LocalReporting()
.UseBinary(JsReportBinary.GetBinary())
.TempDirectory(Path.Combine((string)AppDomain.CurrentDomain.GetData("DataDirectory"), "jsreport-temp"))
.AsUtility()
.Create();also i tried to include the font inside the template but it dosn't work.
please your support regrading this issure.thanks
-
Would you be able to share the repo replicating the problem?
In general, you can install the font to the OS, or use a webfont from cdn, or embed font in base64