Merge pull request #1202 from p34eu/patch-1

Update getting-started.savvy
This commit is contained in:
Austin Andrews
2016-04-28 17:00:41 -05:00

View File

@@ -101,7 +101,7 @@ Use the characters in custom SASS use the method below.
@return char(nth($hexes, index($names, $name)));
}
.custom:before {
font: normal normal normal 24px/1 MaterialDesignIcons;
font: normal normal normal 24px/1 "Material Design Icons";
content: mdi('account');
}
```