In this article we will see how to self host and configure google fonts inside our angular projects. Of course, CDN’s are great solutions, but still there are cases where we may need to self host the fonts. This will also avoid some unknown surprises …
This article is for angular developers who are already familiar with Angular CLI command-line interface tool, others please refer this and continue Angular Cli – Unit Test Setup Angular CLI takes care of all the heavy liftings and it automatically configures all the necessary packages for us. …