How to use the font

Add the following lines of CSS:

@font-face {
    font-family: 'NMSFuturaProBook';
    src: url('https://font.nmscd.com/assets/font/NMSFuturaProBook_Kerned/Web-TT/NMSFuturaProBook_Kerned.eot');
    src: url('https://font.nmscd.com/assets/font/NMSFuturaProBook_Kerned/Web-TT/NMSFuturaProBook_Kerned.eot?#iefix') format('embedded-opentype'),
        url('https://font.nmscd.com/assets/font/NMSFuturaProBook_Kerned/Web-TT/NMSFuturaProBook_Kerned.woff') format('woff'),
        url('https://font.nmscd.com/assets/font/NMSFuturaProBook_Kerned/Web-TT/NMSFuturaProBook_Kerned.ttf') format('truetype');
}

/* Make everything use the NMSFuturaProBook font */
* {
    font-family: 'NMSFuturaProBook';
}

OR

Download FuturaProBook.ttf

Projects that use this font! 🥳

These are projects that we know are using one or more of the fonts!