Home
last modified time | relevance | path

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

/plugin/fontface/
H A Daction.php44 $fontName2 = $this->getConf('fontName2');
59 … if (empty($fontName) && empty($fontFileName) && empty($fontName2) && empty($fontFileName2)) {
68 $CSSembed .= $this->_getFontFaceCode($fontName2, $fontFileName2);
81 if ( !empty($elements2) && !empty($fontName2) ) {
82 …$CSSembed .= $elements2." { font-family: '".$fontName2."', ".$this->getConf('genericFamily2')."; }…
/plugin/fontface/conf/
H A Ddefault.php12 $conf['fontName2'] = '';
H A Dmetadata.php12 $meta['fontName2'] = array('string');