File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/material/schematics/ng-add Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,8 @@ function addMaterialAppStyles(options: Schema) {
104
104
105
105
if ( ! styleFilePath ) {
106
106
logger . error ( `Could not find the default style file for this project.` ) ;
107
- logger . info ( `Please consider manually setting up the Roboto font in your CSS.` ) ;
107
+ logger . info ( `Consider manually adding the Roboto font to your CSS.` ) ;
108
+ logger . info ( `More information at https://fonts.google.com/specimen/Roboto` ) ;
108
109
return ;
109
110
}
110
111
@@ -113,7 +114,7 @@ function addMaterialAppStyles(options: Schema) {
113
114
if ( ! buffer ) {
114
115
logger . error ( `Could not read the default style file within the project ` +
115
116
`(${ styleFilePath } )` ) ;
116
- logger . info ( `Please consider manually setting up the Robot font.` ) ;
117
+ logger . info ( `Please consider manually setting up the Roboto font.` ) ;
117
118
return ;
118
119
}
119
120
You can’t perform that action at this time.
0 commit comments