From 90c0da3d1458d6f6900cfaca6b1408c94dff5e4f Mon Sep 17 00:00:00 2001 From: jq Date: Fri, 29 Apr 2016 00:57:41 +0300 Subject: [PATCH] Update getting-started.savvy --- site/getting-started.savvy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/getting-started.savvy b/site/getting-started.savvy index 3d430c7fb..bd4602086 100644 --- a/site/getting-started.savvy +++ b/site/getting-started.savvy @@ -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'); } ```