Greetings!
I’d like to use fonts from the Adobe Font Library into my sketch using P5js.
Adobe give a link to a CSS file that I’m able to add to the html file and then in the CSS file I add an @import url(same link)
I’m able to load fonts on the html pages this way.
Not sure how I could use them for my P5js sketches though.
Any advice for me please?
Thank you!