Skip to content

Commit c76fdd2

Browse files
committed
Add font smoothing to docs
1 parent d9e2c8a commit c76fdd2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/src/global.css.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
export default {
22
body: {
33
margin: "0",
4+
5+
/* Support for all WebKit browsers. */
6+
WebkitFontSmoothing: "antialiased",
7+
/* Support for Firefox. */
8+
MozOsxFontSmoothing: "grayscale",
49
},
510
};

0 commit comments

Comments
 (0)