/helvatica-neue-lt

Helvatica Neue LT Font

Primary LanguageCSS

Helvatica Neue LT Font

this is npm package for helvatica-neue-lt font

Install

npm install helvatica-neue-lt --save

Use

require library in your JS code

require('helvatica-neue-lt/index.css');
body {
	font-family: 'Helvetica-Neue';
}