Home
last modified time | relevance | path

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

/plugin/fontface/
H A Daction.php48 $elements2 = $this->getConf('elements2');
81 if ( !empty($elements2) && !empty($fontName2) ) {
82 …$CSSembed .= $elements2." { font-family: '".$fontName2."', ".$this->getConf('genericFamily2')."; }…
/plugin/fontface/conf/
H A Ddefault.php13 $conf['elements2'] = 'body';
H A Dmetadata.php13 $meta['elements2'] = array('string');