arthurcloche / p5.variableFont

Attempting to bring variable fonts to p5.js
36 stars 0 forks source link

wdth axis doesn't work in Firefox and Chrome with self hosted fonts (interestingly Safari works) #2

Closed cgvdv-bk closed 1 week ago

cgvdv-bk commented 5 months ago

First of all, thanks for the great and useful work!

I use the "measurements.js" demo as an example for better reproducibility of the issue: Deleting the preload/loadGoogleFont part and embedding "Bricolage Grotesque" via @font-face, the wdth stops working while the wght still functions. This behavior occures in Chrome and Firefox while everything still works fine in Safari. Unfortunately I have no idea and/or not enough technical understanding, why this could be the case...