Homaid
Homaid
@ksen0 hey I’m interested in working on this. Is this issue still open for contribution if yes can you assign to me
Hey @ksen0 i think it should be me no with the order?
Hey @perminder-17 I had commented way before @Shruti2110-coder and @ayushman1210 so I think it should be me by that order
Hii @davepagurek I tested the hypothesis by adding explicit `document.fonts.load()` calls but this caused the test to timeout (1000ms), which suggests the fonts aren't available in `document.fonts` at all after...
Yes, I specified the exact weights and size that the test uses ``` await document.fonts.load('400 35px Sniglet'); await document.fonts.load('800 35px Sniglet'); ``` Both calls timed out at 1000ms that means...
So adding DOM elements with the font styles first worked! The `fonts.load() `calls completed successfully after the spans were added to the DOM. so i think we can implement your...
I would love to work on this, currently my midterm is going on I will make a pr after that!!! Thank you @davepagurek
I think the second approach would be better (`loadFontSettings()`) since it will have better user experience, They would just need to add one` await loadFontSettings()` call after setting properties. And...
I don't think so there are really other cases @davepagurek we can use something like this ( `loadCssFontVariant()` or `ensureCssFontsLoaded()`) and the data point from the @nbogie it confirms this...
That makes sense about Unicode ranges, regarding storing variants on p5.Font, since you mentioned p5.js already extracts the variants list from CSS, what if we used that to make a...