Skip to content

Commit 0066e48

Browse files
committed
chore: re-add $mat-font-family
1 parent 2cda821 commit 0066e48

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lib/core/style/_variables.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
$mat-xsmall: 'max-width: 600px';
55
$mat-small: 'max-width: 960px';
66

7+
// TODO(crisbeto): this isn't being used anywhere within Material. keeping for backwards compat.
8+
$mat-font-family: Roboto, 'Helvetica Neue', sans-serif !default;
9+
710
// TODO: Revisit all z-indices before beta
811
// z-index master list
912

0 commit comments

Comments
 (0)