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:
parent
4a2147189a
commit
be02ad2726
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue