Variable Font Animation with CSS and Splitting JS
- Instead of multiple font files to load different variants of a particular font, variable fonts allow us to load all the variations from a single file.
- Variable fonts provide a range of values and the weight can be varied anywhere within that range (NOT a multiply of 100 only).
- You can get some really nice effects with simple CSS transitions or keyframe animations.