Skip to content

Commit 01f8e21

Browse files
committed
update style
1 parent 91cec88 commit 01f8e21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/devextreme-cli/testing/app-template.test.shared.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ module.exports = (env, { port = 8080, urls = {} } = {}) => {
5050
await page.addStyleTag({
5151
content: `
5252
* {
53-
-webkit-font-smoothing: auto !important;
54-
-moz-osx-font-smoothing: auto !important;
55-
text-rendering: optimizeSpeed !important;
53+
-webkit-font-smoothing: subpixel-antialiased !important;
54+
-moz-osx-font-smoothing: subpixel-antialiased !important;
55+
text-rendering: geometricPrecision !important;
5656
}
5757
`
5858
});

0 commit comments

Comments
 (0)