UNPKG

@enhance/styles

Version:
11 lines (9 loc) 171 B
export default function Smoothing() { return ` /*** Smoothing ***/ .font-smoothing { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } ` }