diff --git a/services/web/frontend/stylesheets/app/editor/pdf.less b/services/web/frontend/stylesheets/app/editor/pdf.less index 6dcea4a449..4aee180b87 100644 --- a/services/web/frontend/stylesheets/app/editor/pdf.less +++ b/services/web/frontend/stylesheets/app/editor/pdf.less @@ -212,6 +212,8 @@ overflow: auto; width: 100%; height: 100%; + -webkit-font-smoothing: initial; + -moz-osx-font-smoothing: initial; } &:focus-within { outline: none; diff --git a/services/web/frontend/stylesheets/core/type.less b/services/web/frontend/stylesheets/core/type.less index 6c9e1f3960..224b075a59 100755 --- a/services/web/frontend/stylesheets/core/type.less +++ b/services/web/frontend/stylesheets/core/type.less @@ -2,7 +2,7 @@ // Typography // -------------------------------------------------- -* { +body { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale;