Home
last modified time | relevance | path

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

/plugin/fontface/
H A Daction.php43 $fontName = $this->getConf('fontName');
59 … if (empty($fontName) && empty($fontFileName) && empty($fontName2) && empty($fontFileName2)) {
67 $CSSembed .= $this->_getFontFaceCode($fontName, $fontFileName);
78 if ( !empty($elements) && !empty($fontName) ) {
79 …$CSSembed .= $elements." { font-family: '".$fontName."', ".$this->getConf('genericFamily')."; }".N…
129 * @param string $fontName Name of the font as used in CSS
133 function _getFontFaceCode($fontName, $fontFileName) { argument
134 if (empty($fontName) || empty($fontFileName)) {
153 " font-family: '".$fontName."';".NL;
168 …$CSSembed .= " url('".$fontDir.$fontSVG."#".str_replace(' ', '', $fontName)."') format('sv…
/plugin/fontface/conf/
H A Ddefault.php8 $conf['fontName'] = '';
H A Dmetadata.php8 $meta['fontName'] = array('string');