variablefonts.js 562 B

123456789101112131415161718
  1. /*!
  2. {
  3. "name": "Variable Open Type Fonts",
  4. "property": "variablefonts",
  5. "authors": ["Patrick Kettner"],
  6. "tags": ["css"],
  7. "notes": [{
  8. "name": "Variable fonts on the web",
  9. "href": "https://webkit.org/blog/7051/variable-fonts-on-the-web/"
  10. }, {
  11. "name": "Variable fonts for responsive design",
  12. "href": "https://alistapart.com/blog/post/variable-fonts-for-responsive-design"
  13. }]
  14. }
  15. !*/
  16. define(['Modernizr', 'testAllProps'], function(Modernizr, testAllProps) {
  17. Modernizr.addTest('variablefonts', testAllProps('fontVariationSettings'));
  18. });