Martin Promotionals heading

by mlms13

HTML

<script src="http://fonts.googleapis.com/css?family=Ubuntu"></script>
<script src="&lt;link href=&#39;http://fonts.googleapis.com/css?family=Ubuntu&#39; rel=&#39;stylesheet&#39; type=&#39;text/css&#39;&gt; "></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;
}