Issue
Trying to get font-weight
to gracefully transition from ‘400’ to ‘600’ using CSS but it doesn’t appear to be working in Chrome. Is this a known bug or am I doing something wrong?
Check the Fiddle here for an example
Solution
Font-weight animation is currently not supported in Chrome and IE-10 based on numerous tests. This may change in the future.
Answered By – Funktr0n
Answer Checked By – Senaida (AngularFixing Volunteer)