1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-02 20:15:26 +02:00

Render font smoothing on Firefox

This commit is contained in:
Harvey Kandola 2017-04-27 12:47:34 +01:00
parent 4a2147189a
commit be02ad2726

View file

@ -111,6 +111,7 @@ html {
font-size: 14px;
height: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
@ -124,6 +125,7 @@ a {
text-decoration: none;
cursor: pointer;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
a:focus,