Viewing 1 replies (of 1 total)
  • Plugin Author Andrew Ozz

    (@azaozz)

    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.