我用自定义字体创建了自己的自定义主题:
@import '~@angular/material/theming';
@include mat-core();
$custom-typography: mat-typography-config($font-family: '"work sans", sans-serif;');
@include mat-core($custom-typography);
Run Code Online (Sandbox Code Playgroud)
现在我想为每个标题(h1-h6)使用字体“Oswald”。我怎样才能做到这一点?