Title: Responsivity ?
Last modified: August 30, 2016

---

# Responsivity ?

 *  [mythemes](https://wordpress.org/support/users/mythemes/)
 * (@mythemes)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/responsivity-3/)
 * Hi,
    And thank you for this awesome plugin !
 * I make my themes with support for this plugin. I like it ! But I have responsive
   themes like Cannyon ( free on WordPress community ).
 * For example I have a big text on the header and the users can change the font
   size for this headline. For small devices this text is too big !
 * Please, some one, can advise me how to use the plugin with responsive support?
 * Now I use the plugin in next way:
 *     ```
       <?php
       if ( class_exists( 'EGF_Register_Options' ) ) {
   
           $fonts = array(
               'mythemes-cannyon-header-headline'          => array(
                   'name'          => 'mythemes-cannyon-header-headline',
                   'title'         => __( 'Header Headline',  'cannyon_' ),
                   'type'          => 'font',
                   'description'   => null,
                   'section'       => 'default',
                   'tab'           => 'theme-typography',
                   'transport'     => 'postMessage',
                   'since'         => 1.0,
                   'properties'    => array(
                       'selector'      => 'div.mythemes-header a.header-title',
                       'force_styles'  => null
                   )
               ),
               'mythemes-cannyon-header-description'          => array(
                   'name'          => 'mythemes-cannyon-header-description',
                   'title'         => __( 'Header Description',  'cannyon_' ),
                   'type'          => 'font',
                   'description'   => null,
                   'section'       => 'default',
                   'tab'           => 'theme-typography',
                   'transport'     => 'postMessage',
                   'since'         => 1.0,
                   'properties'    => array(
                       'selector'      => 'div.mythemes-header a.header-description',
                       'force_styles'  => null
                   )
               )
           );
   
           function mythemes_get_option_parameters( $options )
           {
               global $fonts;
   
               $options = array_merge( $fonts, $options );
   
               return EGF_Register_Options::get_custom_option_parameters( $options );
           }
   
           add_action( 'tt_font_get_option_parameters' , 'mythemes_get_option_parameters' );
       }
       ```
   
 * [https://wordpress.org/plugins/easy-google-fonts/](https://wordpress.org/plugins/easy-google-fonts/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Sunny Johal](https://wordpress.org/support/users/sunny_johal/)
 * (@sunny_johal)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/responsivity-3/#post-6640089)
 * Hi mythemes,
    Currently the plugin does not provide support for media queries.
   However, this is on the roadmap for a future release. Also I wouldn’t recommend
   your current integration with our plugin as we have filters that you can hook
   into to add your custom controls. Read [this thread](https://wordpress.org/support/topic/action-hooks-and-filters?replies=11#post-6528724)
   for an example of this. Cheers
 * Sunny
 *  Thread Starter [mythemes](https://wordpress.org/support/users/mythemes/)
 * (@mythemes)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/responsivity-3/#post-6640096)
 * Ok and thank you for quick reply !
    Also please notify me when the plugin will
   be with responsive support !

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Responsivity ?’ is closed to new replies.

 * ![](https://ps.w.org/easy-google-fonts/assets/icon-256x256.png?rev=2562365)
 * [Easy Google Fonts](https://wordpress.org/plugins/easy-google-fonts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easy-google-fonts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easy-google-fonts/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-google-fonts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-google-fonts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-google-fonts/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [mythemes](https://wordpress.org/support/users/mythemes/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/responsivity-3/#post-6640096)
 * Status: not resolved