Current Path : /home/escuelai/public_html/it/css/lib/tabler/core/src/scss/utils/ |
Current File : /home/escuelai/public_html/it/css/lib/tabler/core/src/scss/utils/_text.scss |
// stylelint-disable declaration-no-important /** Antialiasing */ .antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .subpixel-antialiased { -webkit-font-smoothing: auto; -moz-osx-font-smoothing: auto; }