// setDefaults arguments: size unit, default size, minimum, maximum
// optional array of elements or selectors to apply these defaults to
dw_fontSizerDX.setDefaults("px", 24, 14, 40, ['div#bloc-article .titre-article'] );

// set arguments: default size, minimum, maximum
// array of elements or selectors to apply these settings to
dw_fontSizerDX.set(12, 8, 24, ['div#bloc-article .entete-article'] );
dw_fontSizerDX.set(12, 8, 24, ['div#bloc-article div.article'] );
dw_Event.add( window, 'load', dw_fontSizerDX.init );
