Les CSS et fonts provenant de Google sont
rapatriés en local
This commit is contained in:
@@ -8,8 +8,10 @@
|
||||
// have to load a single css file for Angular Material in your app.
|
||||
|
||||
// Fonts
|
||||
@import url('https://fonts.googleapis.com/css?family=Material+Icons');
|
||||
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500');
|
||||
@import "Material-Icons";
|
||||
@import "Roboto";
|
||||
// @import url('https://fonts.googleapis.com/css?family=Material+Icons');
|
||||
// @import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500');
|
||||
|
||||
$fontConfig: (
|
||||
display-4: mat-typography-level(112px, 112px, 300, 'Roboto', -0.0134em),
|
||||
|
||||
Reference in New Issue
Block a user