We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9e2c8a commit c76fdd2Copy full SHA for c76fdd2
docs/src/global.css.ts
@@ -1,5 +1,10 @@
1
export default {
2
body: {
3
margin: "0",
4
+
5
+ /* Support for all WebKit browsers. */
6
+ WebkitFontSmoothing: "antialiased",
7
+ /* Support for Firefox. */
8
+ MozOsxFontSmoothing: "grayscale",
9
},
10
};
0 commit comments