Choose your font on the Google font repository. Then simply type its name in the PhotoDeck panel to select and use it!
It is best to restrict yourself to a maximum total of one or two fonts in your design, and/or a couple of font weights. This way your site will stay clean-looking, and will keep loading fast.
Clean fonts we like: Lato, Open Sans, Source Sans Pro, Roboto, Raleway, Montserrat, Vollkorn, Klara.
Adobe Fonts (formerly Typekit) is a leading commercial webfont provider.
#ws_page { font-family: "proxima-nova", sans-serif; }
. The font-family is shown in your Adobe interface for each font in your project. If you wish to apply a font to a single component of your design, you will need to use a webpage inspector (e.g. Firebug or Chrome/Safari built-in developer tool) to identify the proper CSS selector. CSS selectors examples: #ws_page .block .title
for page titles, #ws_page #component_xxxxx
for a given component…This font map shows how different font families render on standard Windows and Mac browsers.
(For each pair listed, we use additional similar-looking fallback fonts for systems where either font is not installed).