Website/node_modules/cssstyle/lib/properties/voiceFamily.js

13 lines
253 B
JavaScript

'use strict';
module.exports.definition = {
set: function (v) {
this._setProperty('voic-family', v);
},
get: function () {
return this.getPropertyValue('voice-family');
},
enumerable: true,
configurable: true
};