Skip to content

Commit 76d32f0

Browse files
author
Pooya Parsa
committed
enable font-smoothing for docs
1 parent 63c2b90 commit 76d32f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/assets/css/styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
@import './fonts.css';
22

3+
* {
4+
-webkit-font-smoothing: antialiased;
5+
}
6+
37
.bd-toc-link, .bd-navbar .navbar-nav .nav-link.active {
48
font-weight: normal;
59
}

0 commit comments

Comments
 (0)