0
sempus created
How do I change the font-family of the entire system? I'm using ASPNETZERO Core + Angular V8.6.0. Thanks.
1 Answer(s)
-
0
Hi @sempus,
If you are using Angular version, you can place your fonts here and create new css files for your new fonts similar to existing css files. After all, replace existing font css files in
angular.json
with your new css files.If you are using JQuery version, place your fonts here, apply same steps above and finally put your css files into
bundles.json
.