This is the documentation for concrete5 version 5.6 and earlier. View Current Documentation

Introduction

Google Web Fonts allows to you to use high quality fonts on your web site, and best of all it is FREE.

Follow these steps

  1. Add a stylesheet link to request the desired web font(s) from the Google Web Fonts directory:

  2. Style an element with the requested web font, either in a stylesheet:

    CSS selector { font-family: 'Font Name', serif; }");

or with an inline style on the element itself:

<div style="font-family: 'Font Name', serif;">Your text</div>

One small note - I would always ensure that the font family you specify in your style sheets have at least one font like Serif that is found on the user's local machine just-in-case the font cannot be downloaded.

View the quick start guide to using Google Web Fonts API

View the Google Web Fonts directory

Loading Conversation