Title: mobile version
Last modified: August 24, 2016

---

# mobile version

 *  [tinarr22](https://wordpress.org/support/users/tinarr22/)
 * (@tinarr22)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/mobile-version-50/)
 * I just noticed the mobile version of my site presents as slightly different. 
   The font of the header is different and the color of the navigation links. Any
   ideas why ?

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

 *  Moderator [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * (@zoonini)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/mobile-version-50/#post-6044463)
 * I looked at [http://www.beamoonbaby.com](http://www.beamoonbaby.com) on an iPhone
   5s and I see some of the differences you mean.
 * It looks like the plugin (or other tool) you’re using to change the font of some
   of your elements is using a font that is not available on my phone – here’s the
   CSS it’s adding:
 *     ```
       .gftitle_customized {
           font-family: Symbol !important;
           font-size: 55px !important;
           font-style: normal !important;
           font-weight: normal !important;
           text-decoration: none !important;
           text-shadow: 0 0 11px #0b1033 !important;
       }
       ```
   
 * As I don’t have the font “Symbol” on my phone, the browser’s default fallback
   font is being displayed instead.
 * p.s. Just a tip: it’s always a good idea to post the link to your site with every
   question you post so it’s easier for volunteers to help. They look for unanswered
   questions within a big queue, so they may not see your other question where you
   posted the URL. 🙂
 *  Thread Starter [tinarr22](https://wordpress.org/support/users/tinarr22/)
 * (@tinarr22)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/mobile-version-50/#post-6044474)
 * ok cool, does that mean theres nothing i can do to alter the mobile display (
   if it doesnt have ‘symbol’ font?) – is there any way to change the default font
   of the mobile browser to something else – not symbol if that one isnt available
   but something more appealing? thanks x
 *  Moderator [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * (@zoonini)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/mobile-version-50/#post-6044516)
 * The right way to add custom fonts to a site is to enqueue the font in the theme
   so that it gets loaded. That way you’re not relying on the viewer’s device having
   a specific font installed.
 * You can enqueue fonts in different ways, such as by using a Google Fonts plugin:
 * [https://wordpress.org/plugins/search.php?q=google+fonts](https://wordpress.org/plugins/search.php?q=google+fonts)
 * Or using one of the non-plugin methods outlined here:
 * [http://macmanx.com/2014/06/04/custom-fonts-without-plugins-for-wordpress-themes/](http://macmanx.com/2014/06/04/custom-fonts-without-plugins-for-wordpress-themes/)

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

The topic ‘mobile version’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/sundance/1.1.3/screenshot.png)
 * Sundance
 * [Support Threads](https://wordpress.org/support/theme/sundance/)
 * [Active Topics](https://wordpress.org/support/theme/sundance/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/sundance/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/sundance/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/mobile-version-50/#post-6044516)
 * Status: not resolved