PT Sans, another TypeKit font, also is not displaying correctly. Here's the CSS code:
.intro p {
font-family: "pt-sans-narrow";
color: #343144;
text-align: center;
text-transform: uppercase;
font-size: 2.5em;
line-height: 1.8em;
letter-spacing: 0.325em;
}
...and here's what the page looks like in Chrome, where the copy in the white box is supposed to be PT Sans and the other type are variants of Acumin Pro Extra Condensed:

What Nancy says is correct. Have a look at meet-bok where the name of the 'kid' is in a Type Kit font.
Once the font has been registered to your website as per the link that I supplied, you will be given the correct URL as per
This script is unique to the registered web site and, because it is not registered to my local system, it will default to another font when developing the site on my local server.
Just follow the instructions in reply 5 and make sure that you also register the local server with 'localhost' or '127.0.0.1' if you want to see the font locally.