Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Merge branch 'master' into fix/typography/update-font-family-to-use-u…
Browse files Browse the repository at this point in the history
…nquote
  • Loading branch information
williamernest authored May 1, 2019
2 parents d04972a + 3fe3e0a commit 81d1869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mdc-typography/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ $mdc-typography-styles-button: (

Example: Overriding the global `font-family` property.
```scss
$mdc-typography-font-family: "Arial, Helvetica, sans-serif";
$mdc-typography-font-family: unquote("Arial, Helvetica, sans-serif");

...
@import ...
Expand Down

0 comments on commit 81d1869

Please sign in to comment.