Skip to content

tiny script to change line height of a font file using opentype.js

Notifications You must be signed in to change notification settings

norflin321/font-lh-changer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Change values of these variables in index.js

const FONT_FILE = "font.otf";
const CHANGE_BY = 500;
const NEW_NAME = ""; // change if want to rename

Run it

npm i
node index.js

Result

before after

About

tiny script to change line height of a font file using opentype.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published