my new typography
HTML
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css">
<div class="container">
<h1> Clean typography example </h1>
<div class="text">
<img width="130" src="http://www.jewsnews.co.il/wp-content/uploads/2013/09/This-is-a-Best-colletion-of-cute-dog-pictures-2013.jpg" class="pull-left" alt="">
<p>The domestic dog is a subspecies of the <i>gray wolf</i>, a member of the <b>Canidae family</b> of the mammalian order Carnivora. The term "domestic dog" is generally used for both domesticated and feral varieties.</p>
</div>
</div>
CSS
@import url(http://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic);
img{
padding:8px 15px 15px 0;
}
h1{
font-weight:300;
font-family: 'Merriweather', serif;
margin-bottom:20px;
font-size:32px;
}
.text{
padding: 0;
font-size: 22px;
line-height: 36px;
font-style: normal;
text-align: left;
font-family: 'Merriweather', serif;
font-smooth:always;
-webkit-font-smoothing: antialiased;
color:#222;
}
.text u{
text-decoration:none;
border-bottom:1px solid #222;
padding-bottom:1px;
}
.text b,
.text strong{
font-weight:600;
color:#000;
}
/*Drop cap*/