We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cda821 commit 0066e48Copy full SHA for 0066e48
src/lib/core/style/_variables.scss
@@ -4,6 +4,9 @@
4
$mat-xsmall: 'max-width: 600px';
5
$mat-small: 'max-width: 960px';
6
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
+
10
// TODO: Revisit all z-indices before beta
11
// z-index master list
12
0 commit comments