Search code examples
cssgoogle-chromefontscss-transitions

Font-Weight CSS Transition in Chrome


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.