mirror of
https://github.com/andrewgioia/keyrune.git
synced 2024-11-05 08:34:45 +00:00
Merge pull request #3 from ardeay/patch-1
Patch to set default symbol for generic "M" logo when set code is missing
This commit is contained in:
commit
55cdcd282a
@ -21,6 +21,10 @@
|
|||||||
-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 */
|
||||||
|
.ss:before {
|
||||||
|
content: "\e684";
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Larger sizes */
|
* Larger sizes */
|
||||||
.ss-2x {
|
.ss-2x {
|
||||||
|
@ -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