Web Fonts

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
ngot's picture

Last meeting there was questions about web font (Google Fonts - http://www.google.com/fonts). Figured I expand upon ways to call the file(s).

An alternative to placing the tag within your html markup is to use "@import" and place it directly at the top of your css file (see attachment - @import.png). Step 3 of Google font guide also gives an option to embed using link tag, @import, and javascript.

Example: @import url(http://fonts.googleapis.com/css?family=Lato:300,400,700|Raleway:400,300,700);

AttachmentSize
@import.PNG12.32 KB