Title: Adding Google Font
Last modified: August 22, 2016

---

# Adding Google Font

 *  [BalazsTU](https://wordpress.org/support/users/balazstu/)
 * (@balazstu)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/adding-google-font/)
 * Hello Andrew,
 * First of all, thanks for this plugin. It works great.
    I’ve looked at this link
   where you advised how to add Google fonts. [https://wordpress.org/support/topic/how-to-add-custom-fonts-to-font-family-list?replies=4](https://wordpress.org/support/topic/how-to-add-custom-fonts-to-font-family-list?replies=4)
   What’s on this page doesn’t really explain me what to do: [http://www.tinymce.com/wiki.php/Configuration:font_formats](http://www.tinymce.com/wiki.php/Configuration:font_formats)
 * I installed the Advanced TinyMCE Configaration plugin and pasted this into the
   option name field: font_formats
    And this into the value field: tinymce.init({…
   font_formats: “Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,
   monospace;AkrutiKndPadmini=Akpdmi-n” });
 * Unfortunately as soon as I saved the changes all my TyniMCE buttons disappeared
   and all the content on my page turned white.
    I guess I did something wrong. 
   I would be very grateful for a step by step explanation as I’m quite lame when
   it comes to codes or anything like that. Thank very much.
 * [https://wordpress.org/plugins/tinymce-advanced/](https://wordpress.org/plugins/tinymce-advanced/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Andrew Ozz](https://wordpress.org/support/users/azaozz/)
 * (@azaozz)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/adding-google-font/#post-5591070)
 * You probably didn’t copy/paste something properly. Not to worry, “everybody’s
   gotta learn, nobody’s born knowing” 🙂 Just try again. Make sure there are no
   quotes anywhere, put everything on one line.
    Not like this:
 *     ```
       "Andale Mono=andale mono,times;"+
       "Arial=arial,helvetica,sans-serif;"+
       "Arial Black=arial black,avant garde;"+
       ...
       ```
   
 * This is good:
 *     ```
       Andale Mono=andale mono,times;Arial=arial,helvetica,sans-serif;Arial Black=arial black,avant garde
       ```
   
 * To merge the lines you need to remove the double quote from the beginnings and`"
   +` from the ends.
 * There are three steps in adding google hosted fonts. Add them to the front-end,
   to the editor, in the editor menu/drop-down.
 * Did you get the fonts working on the front-end and in the editor? Generally they
   need to be added to the css, there are plugins you can use.

Viewing 1 replies (of 1 total)

The topic ‘Adding Google Font’ is closed to new replies.

 * ![](https://ps.w.org/tinymce-advanced/assets/icon-256x256.png?rev=971511)
 * [Advanced Editor Tools](https://wordpress.org/plugins/tinymce-advanced/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tinymce-advanced/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tinymce-advanced/)
 * [Active Topics](https://wordpress.org/support/plugin/tinymce-advanced/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tinymce-advanced/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tinymce-advanced/reviews/)

## Tags

 * [google font](https://wordpress.org/support/topic-tag/google-font/)

 * 1 reply
 * 2 participants
 * Last reply from: [Andrew Ozz](https://wordpress.org/support/users/azaozz/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/adding-google-font/#post-5591070)
 * Status: not resolved