mirror of https://github.com/docker/docs.git
Oops, returning -webkit-font-smoothing: antialiased;
This commit is contained in:
parent
003defb58a
commit
9096fdd0a3
|
@ -10,6 +10,7 @@ html {
|
|||
-ms-text-size-adjust: 100%;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
body {
|
||||
|
|
|
@ -10,6 +10,7 @@ html {
|
|||
-ms-text-size-adjust: 100%;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
body {
|
||||
|
|
Loading…
Reference in New Issue