Martin Promotionals heading
by mlms13
HTML
<script src="http://fonts.googleapis.com/css?family=Ubuntu"></script>
<script src="<link href='http://fonts.googleapis.com/css?family=Ubuntu' rel='stylesheet' type='text/css'> "></script>
<h1>martin<span>promotionals</span></h1>
CSS
body {
margin: 18px;
}
h1 {
color: #999;
font-size: 22px;
font-family: 'Ubuntu', sans-serif;
font-weight: normal;
text-transform: lowercase;
}
h1 span {
color: #b45;
font-weight: bold;
}