/font-lh-changer

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

Primary LanguageJavaScript

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