Base solution for your next web application
Open Closed

How to add google font and other global style (angular +core)? #6465


User avatar
0
mirzanas created

Hi, I want to add google font to the global styling, from the project perspective looks like import (@import url('https://fonts.googleapis.com/css?family=Felipa')) could be added to the 'angular/src/styles.css', and it's work but only localy, after prod build doesn't, so how proparly should be added google fonts to the asp.net zero and other global style changing, and why after prod build 'styles.css' didn't import the font?


4 Answer(s)