Update getting-started.savvy

This commit is contained in:
jq
2016-04-29 00:57:41 +03:00
parent 9d4bb61699
commit 90c0da3d14

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');
}
```