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

Commit

Permalink
fix(typography): Use unquote for setting font-family. (#4665)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamernest authored May 15, 2019
1 parent 5064fda commit 8d8f3fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mdc-typography/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

@import "./functions";

$mdc-typography-font-family: Roboto, sans-serif !default;
$mdc-typography-font-family: unquote("Roboto, sans-serif") !default;

$mdc-typography-base: (
font-family: $mdc-typography-font-family,
Expand Down

0 comments on commit 8d8f3fc

Please sign in to comment.