Home
last modified time | relevance | path

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

/plugin/fontface/
H A Daction.php33 * Add font code (JS and CSS) depending on chosen technique
40 $technique = $this->getConf('technique');
53 // don't apply anything if no technique is chosen
54 if (empty($technique)) {
64 // prepare CSS and JS to embed depending on the technique
65 switch ($technique) {
H A Dinstall_fonts.txt4 The settings depend on the embedding technique you use.
/plugin/fontface/conf/
H A Ddefault.php6 $conf['technique'] = '';
H A Dmetadata.php6 $meta['technique'] = array('multichoice','_choices' => array('', 'fontface', 'google'));