Rythm.js icon indicating copy to clipboard operation
Rythm.js copied to clipboard

✨ Add variable font dance

Open maici opened this issue 7 years ago • 0 comments

Add variable font font dances

rythm.addRythm('neon-text', 'variableFont', 0, 10,
    { 
        BLDA: { min: 1000, max: 400 },
        TRMA: { min: 500, max: 500 },
    })

it will generate this style

font-variation-settings: 'BLDA' 1000, 'TRMA' 500;

A demo here https://2360n746pr.codesandbox.io/

maici avatar Dec 25 '18 19:12 maici