Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

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)

AltStyle によって変換されたページ (->オリジナル) /