Base solution for your next web application
Open Closed

Change font-family Poppins to other font? #9200


User avatar
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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    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.