Skip to content

Instantly share code, notes, and snippets.

@mrcave
Last active December 11, 2015 01:08
Show Gist options
  • Save mrcave/4521087 to your computer and use it in GitHub Desktop.
Save mrcave/4521087 to your computer and use it in GitHub Desktop.
Implementing Google web fonts in your LightCMS projects
<style type="text/css">
h1, h2, h3, h4, h5, h6 {
font-family: 'Mouse Memoirs', Trebuchet, Tahoma, Arial, sans-serif;
}
</style>
font-family: Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
<link href='http://fonts.googleapis.com/css?family=Mouse+Memoirs' rel='stylesheet' type='text/css'>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment