0
kwanp created
Hi
How can i add more fonts and default with language that i select
sample : select en language code use default fonts select th language code use fonts that just added
Thank you
1 Answer(s)
-
0
Hi @kwanp
If it is ASP.NET Core & JQuery solution, you can conditionally include the font according to selected language in the _Layout.cshtml file.
If it is ASP.NET Core & Angular version, you can conditionally load the font according to selected language in LocalizedResourceHelper.ts file just like we did for some js and css files.