Google Fonts

by adamh

HTML

<h1>Title text</h1>

CSS

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
h1 {
    font-family: 'Montserrat';
    font-size: 72px;
    font-weight: bold;
    text-transform: uppercase
}