Ah. this one really worked for
import 'assets/fonts/PTSans-normal.js';
import jsPDF from 'jspdf';
const doc = new jsPDF();
doc.setFont('PTSans'); // set custom font
doc.setFontSize(12); // you can change size
doc.text('Hello', x, y) // and you can write your text