styles.scss (274B)
1 /* You can add global styles to this file, and also import other style files */ 2 @import url('https://fonts.googleapis.com/css?family=Lora'); 3 @import "~@angular/material/prebuilt-themes/indigo-pink.css"; 4 5 html { overflow:auto; } 6 7 html, body { 8 font-family: 'Lora', serif; 9 }