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
Add the following lines of CSS:
@font-face {
font-family: 'NMSGeoSans';
src: url('https://font.nmscd.com/assets/font/NMSGeoSans_Kerned/Web-TT/NMSGeoSans_Kerned.eot');
src: url('https://font.nmscd.com/assets/font/NMSGeoSans_Kerned/Web-TT/NMSGeoSans_Kerned.eot?#iefix') format('embedded-opentype'),
url('https://font.nmscd.com/assets/font/NMSGeoSans_Kerned/Web-TT/NMSGeoSans_Kerned.woff') format('woff'),
url('https://font.nmscd.com/assets/font/NMSGeoSans_Kerned/Web-TT/NMSGeoSans_Kerned.ttf') format('truetype');
}
/* Make everything use the NMSGeoSans font */
* {
font-family: 'NMSGeoSans';
}
OR
Download GeoSans.ttf
More info on how to use this font at alphabet.nmscd.com
(More info on how to use this font at alphabet.nmscd.com)
Add the following lines of CSS:
@font-face {
font-family: 'NMSGeoSans';
src: url('https://font.nmscd.com/assets/font/Original/geonms-webfont.woff') format('woff');
}
/* Make everything use the NMSGeoSans font */
* {
font-family: 'NMSGeoSans';
}
OR
Download Original
GeoSans.ttf