Andrius
Andrius
Hi @mkpasala. Yes, fonts section could have more examples. I've added example for Google fonts that worked for me: https://github.com/exupero/saveSvgAsPng/issues/240#issuecomment-613270106
Hi, following format worked for me: ```javascript const imageOptions = { fonts: [ { url: 'https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu72xKKTU1Kvnz.woff2', format: 'application/font-woff2', text: "@font-face {font-family: 'Roboto'; font-style: normal; font-weight: 400; src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu72xKKTU1Kvnz.woff2)...