Home
last modified time | relevance | path

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

/plugin/fontface/
H A Dinstall_fonts.txt10 * <fontFile>.ttf
11 * <fontFile>.woff
15 * <fontFile>.eot
16 * <fontFile>.svg
17 * <fontFile>.woff2
27 You can add variants into the "fontFile" option, e.g. 'Expletus+Sans:regular,bold'.
H A Daction.php41 $fontFileName = $this->getConf('fontFile');
147 if (!$this->_isFileOk($fontSysDir.$fontWOFF, $fontDir.$fontWOFF, 'fontFile') ||
148 !$this->_isFileOk($fontSysDir.$fontTTF, $fontDir.$fontTTF, 'fontFile')) {
/plugin/fontface/conf/
H A Ddefault.php7 $conf['fontFile'] = '';
H A Dmetadata.php7 $meta['fontFile'] = array('string');