h2 with link, decoration

by Vladislav Altyncev

HTML

<h2><a href="#">Заголовок с ссылкой</a></h2>

CSS

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(http://themes.googleusercontent.com/static/fonts/roboto/v10/0eC6fl06luXEYWpBSJvXCD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

body {font-family: 'Roboto', sans-serif; padding: 50px;}

h2 {
    font-family: 'Roboto', sans-serif;
	font-size: 30px;
	line-height: 1.2;
	font-style: normal;
	font-weight: 300;
	color: #213239;
	margin: 0 0 8px;
}