+ 5
Load google font in p5js
Hi, does someone have an example how it works? Attached one does not work. https://code.sololearn.com/WBNo72CLx7km/?ref=app
3 odpowiedzi
+ 2
Add this line in head of the html.
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Trirong">
+ 2
Thanks to both