This commit is contained in:
Andrew Gioia 2016-01-05 11:07:37 -05:00
commit db4e7a5f74
2 changed files with 8 additions and 0 deletions

View File

@ -21,6 +21,10 @@
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* default if the set does not exist yet, or setcode does not match */
.ss:before {
content: "\e684";
}
/**
* Larger sizes */
.ss-2x {

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";
}
}