Go to Google Fonts:
http://www.google.com/fonts/
Enter the name of the font you want in the Graphene options box:
Rye
If the font has a name that consists of more than one word, connect them with +
signs:
Pathway+Gothic+One
If you need an extended character set, add ::latin,latin-ext
. For example:
Pathway+Gothic+One::latin,latin-ext
You can then enter the name itself (Rye, Pathway Gothic One) in Graphene options, or used the font-family
declaration in Custom CSS:
h1 {font-family: "Pathway Gothic One", sans-serif;}