mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-17 15:11:04 +00:00
19 lines
562 B
JavaScript
19 lines
562 B
JavaScript
/*!
|
|
{
|
|
"name": "Variable Open Type Fonts",
|
|
"property": "variablefonts",
|
|
"authors": ["Patrick Kettner"],
|
|
"tags": ["css"],
|
|
"notes": [{
|
|
"name": "Variable fonts on the web",
|
|
"href": "https://webkit.org/blog/7051/variable-fonts-on-the-web/"
|
|
}, {
|
|
"name": "Variable fonts for responsive design",
|
|
"href": "https://alistapart.com/blog/post/variable-fonts-for-responsive-design"
|
|
}]
|
|
}
|
|
!*/
|
|
define(['Modernizr', 'testAllProps'], function(Modernizr, testAllProps) {
|
|
Modernizr.addTest('variablefonts', testAllProps('fontVariationSettings'));
|
|
});
|