diff options
Diffstat (limited to 'scss/libresocial.scss')
-rw-r--r-- | scss/libresocial.scss | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/scss/libresocial.scss b/scss/libresocial.scss index ed60b1f..718cf70 100644 --- a/scss/libresocial.scss +++ b/scss/libresocial.scss @@ -16,7 +16,7 @@ $libresocial-path: "../fonts"; font-family: "libresocial"; font-style: normal; font-weight: normal; - speak: none; + speak: never; display: inline-block; text-decoration: inherit; width: 1em; @@ -35,12 +35,6 @@ $libresocial-path: "../fonts"; /* remove if not needed */ margin-left: 0.2em; - /* you can be more comfortable with increased icons size */ - /* font-size: 120%; */ - /* Font smoothing. That was taken from TWBS */ - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ } |