Skip to content

Commit 9a1ae9c

Browse files
crisbetoandrewseguin
authored andcommitted
refactor(typography): remove deprecated variable (#10430)
Removes a typography variable that's been deprecated for a while. BREAKING CHANGES: * The `$mat-font-family` variable has been removed. Use the Material typography or redeclare in your project `$mat-font-family: Roboto, 'Helvetica Neue', sans-serif;`.
1 parent c807ff3 commit 9a1ae9c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/lib/core/style/_variables.scss

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

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

0 commit comments

Comments
 (0)