UNPKG

163 BSCSSView Raw
1@use 'sass:string';
2
3$mdc-typography-font-family: string.unquote('Arial');
4$mdc-typography-styles-headline1: (
5 font-size: 1rem,
6);
7
8@import '../mdc-typography';