mirror of
https://github.com/andrewgioia/keyrune.git
synced 2024-12-22 15:39:56 +00:00
default if the set does not exist yet
This commit is contained in:
parent
1fd4be6506
commit
06555b1cda
@ -11,4 +11,8 @@
|
|||||||
/* Better font rendering */
|
/* Better font rendering */
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
/* default if the set does not exist yet, or setcode does not match */
|
||||||
|
&:before {
|
||||||
|
content: "\e684";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user