Home
last modified time | relevance | path

Searched refs:_getFontFaceCode (Results 1 – 1 of 1) sorted by relevance

/plugin/fontface/
H A Daction.php67 $CSSembed .= $this->_getFontFaceCode($fontName, $fontFileName);
68 $CSSembed .= $this->_getFontFaceCode($fontName2, $fontFileName2);
133 function _getFontFaceCode($fontName, $fontFileName) { function in action_plugin_fontface