Home
last modified time | relevance | path

Searched +full:elements +(+path:plugin +path:fontface) -(+path:plugin +path:fontface +path:lang) (Results 1 – 3 of 3) sorted by relevance

/plugin/fontface/
H A Daction.php45 …// config option 'elements' used to be called 'headings', fallback to old option for backwards-com…
47 $elements = !empty($headings) ? $headings : $this->getConf('elements');
77 // add styles automatically if elements are given, otherwise set them through CSS as usual
78 if ( !empty($elements) && !empty($fontName) ) {
79 …$CSSembed .= $elements." { font-family: '".$fontName."', ".$this->getConf('genericFamily')."; }".N…
/plugin/fontface/conf/
H A Ddefault.php9 $conf['elements'] = 'h1, h2, h3, h4, h5';
H A Dmetadata.php9 $meta['elements'] = array('string');