Advanced Typekit
/>
Enable Typekit
API Key
Fetch Fonts
kit->families; // save fonts and api_key self::$options['fonts'] = $fonts; self::$options['api_key'] = $api_key; self::save(); self::build_form(); break; } } die; } static function build_form() { $fonts = (array) self::$options['fonts']; $data = isset( self::$options['data'] ) ? self::$options['data'] : array(); $header = <<
Font Name
Apply to Selectors (one group per line)
Extra CSS (Applies to corresponding line of selectors on the left)
EOT; ?>
name ?>
id]['selectors'] ) ? $data[$font->id]['selectors'] : '' ?>
id]['extra_css'] ) ? $data[$font->id]['extra_css'] : '' ?>