Bernina Sans Font

by Charles Butler

HTML

<script src="http://use.typekit.net/xrd1kxa.js"></script>
<h2>Get Ahead of the Competition</h2>

<p>
    Work
    Information
    Journal
    Connect
</p>

CSS

body,
button,
input,
select,
textarea {
	color: #323b3d;
	font-family: "jaf-bernina-sans", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.692307692em;
	-webkit-font-smoothing: antialiased;
}

h1 {
font-size: 40px;
line-height: 58px;
letter-spacing: -1px;
font-weight: 300;
}

h2 {
	font-size: 32px;
	line-height: 45px;
	letter-spacing: -1px;
    	font-weight: 400;

}

p {
	font-size: 15px;
	line-height: 45px;
	letter-spacing: 1px;

    	font-weight: 400;

}

JavaScript

try{Typekit.load();}catch(e){}