Add support for OT Variations
I've added preliminary support for variable fonts utilizing standard axes per this MS spec. It's basically an additional "features" panel that opens alongside the original one, containing the variation sliders.
To add variations support to any language page, you need to include the otvariations-v10.0.js script in your <head>. I've gone ahead and done it for index-hebrew.php and index.php.
I've had to make a few minor changes to the css and top.php files, but avoided breaching existing files too much in order not to break existing functionality. Hopefully everything else is intact...
If you find this useful, go ahead and merge, but I will be happy if this is also just used as a reference for a better solution!
❤️