default if the set does not exist yet

This commit is contained in:
Randy Apuzzo 2015-12-05 14:11:35 -08:00
parent 1fd4be6506
commit 06555b1cda
1 changed files with 4 additions and 0 deletions

View File

@ -11,4 +11,8 @@
/* Better font rendering */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/* default if the set does not exist yet, or setcode does not match */
&:before {
content: "\e684";
}
}