Google Font Name
Google provides a
large number of webfonts for public use.
We find them useful, so we've made them available through Querki.
To use a Google font, just add this Property to your Stylesheet, and set it to the name of the
font you would like to use. You may then use it as a font in the Stylesheet's CSS like any other.
For example, if you add Google's 'Tangerine' font to your stylesheet, you can then say something like
p {
font-family: 'Tangerine', serif;
}
to use that font for all normal paragraphs.
NOTE: this feature is experimental, and likely to change. In the future, we will probably add the
ability to list multiple fonts instead of just one.