Skip to content

Instantly share code, notes, and snippets.

@jacqui
Created April 25, 2014 15:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jacqui/11292963 to your computer and use it in GitHub Desktop.
Save jacqui/11292963 to your computer and use it in GitHub Desktop.
sample font awesome
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Index</title>
<link rel="stylesheet" href="css/font-awesome.min.css">
</head>
<body>
<h1>font awesome</h1>
<i class="fa fa-camera-retro"></i> fa-camera-retro
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment