UNPKG
@enhance/styles
Version:
latest (6.5.0)
6.5.0
6.4.0
6.3.0
6.2.0
6.1.8
6.1.7
6.1.6
6.1.5
6.1.4
6.1.3
6.1.2
6.1.1
6.0.0
5.1.0
5.0.5
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
4.0.0
3.0.0
2.0.2
2.0.0
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
Functional utility classes
github.com/enhance-dev/enhance-styles
enhance-dev/enhance-styles
@enhance/styles
/
smoothing.mjs
11 lines
(9 loc)
•
171 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export default function Smoothing() { return `
/*** Smoothing ***/
.font-smoothing
{ -webkit-
font-smoothing
: antialiased; -moz-osx-
font-smoothing
: grayscale; } ` }