We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi guys, I often get comments from clients that on macos fonts look bolder. Can we add following style rules:
* { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility }
It may go at the top of elements/_html.scss file (https://github.com/xfiveco/generator-chisel/blob/13602e6389d07bc2e91177ec20c3001ae0b76ab8/generators/app/templates/styles/itcss/elements/_html.scss)
elements/_html.scss
The text was updated successfully, but these errors were encountered:
Definitely, but I think it's enough to do it on html, no need for *.
html
*
Sorry, something went wrong.
@jakub300 You are right, both properties are inherited, can be applied to html
No branches or pull requests
Hi guys, I often get comments from clients that on macos fonts look bolder. Can we add following style rules:
It may go at the top of
elements/_html.scss
file (https://github.com/xfiveco/generator-chisel/blob/13602e6389d07bc2e91177ec20c3001ae0b76ab8/generators/app/templates/styles/itcss/elements/_html.scss)The text was updated successfully, but these errors were encountered: