Skip to content

Instantly share code, notes, and snippets.

@jaredphillips
Created June 27, 2014 01:24
Show Gist options
  • Save jaredphillips/3872bfc4938f08ec94ae to your computer and use it in GitHub Desktop.
Save jaredphillips/3872bfc4938f08ec94ae to your computer and use it in GitHub Desktop.
Style Guide - Google Fonts
<head>
<!-- Somewhere in the head put this dude -->
<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
<head>
<!-- Inline style that font here -->
<p style="font-family: 'Roboto', sans-serif;">Suddenly it was twenty-five years later. I was old, sitting in a
red room. There was a midget in a red suit and a beautiful young woman who looked exactly like Laura Palmer.
The little man told me my favorite gum was coming back in style and didn't his cousin look exactly
like Laura Palmer?</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment