Searched refs:fontFileName (Results 1 – 1 of 1) sorted by relevance
41 $fontFileName = $this->getConf('fontFile');72 $CSSfiles[] = $this->_getGoogleFontPath($fontFileName);133 function _getFontFaceCode($fontName, $fontFileName) { argument134 if (empty($fontName) || empty($fontFileName)) {140 $fontEOT = $fontFileName.'.eot';141 $fontWOFF = $fontFileName.'.woff';142 $fontWOFF2 = $fontFileName.'.woff2';143 $fontTTF = $fontFileName.'.ttf';144 $fontSVG = $fontFileName.'.svg';183 function _getGoogleFontPath($fontFileName) { argument[all …]