Typography

h1 That easy. This is the time to get out all your frustrations

h2 Don’t be afraid to make these big decisions

h3 I thought today we would make a happy little stream that’s just running through the woods here

h4 Anyone can paint. Nothing wrong with washing your brush.

p Just go back and put one little more happy tree in there. Have fun with it. We don’t really know where this goes – and I’m not sure we really care. Let’s make some happy little clouds in our world. You could sit here for weeks with your one hair brush trying to do that – or you could do it with one stroke with an almighty brush. Van Dyke Brown is a very nice brown, it’s almost like a chocolate brown.

  • li As trees get older they lose their chlorophyll.
  • li Just float and wait for the wind to blow you around. In nature, dead trees are just as normal as live trees. Isn’t it great to do something you can’t fail at?
  • li See how easy it is to create a little tree right in your world.
  1. li As trees get older they lose their chlorophyll.
  2. li Just float and wait for the wind to blow you around. In nature, dead trees are just as normal as live trees. Isn’t it great to do something you can’t fail at?
  3. li See how easy it is to create a little tree right in your world.

 
NOTE: The code below will not replicate the above example. It is simply standard classes to start with. Adding font weight, font size, and font family with produce * similar * results.

p {
	line-height: 24px;
}

h2, .h2, h3, .h3, h4, .h4 {
	margin-bottom: 0.5em;
	line-height: 1.2;
}

h1, .h1 {
	line-height: 1.2;
}
h2, .h2 {
	font-size: 21px;
}

a, a:visited {
	text-decoration: none ;
	&:hover, &:focus {
		text-decoration: none ;
	}
}

.entry-content a:hover, .entry-content a:focus, .fancybox-wrap a:hover p, .fancybox-wrap a:focus p {
	color:$color-primary-hover;
}


hr {
	border-color: #ccc;

}