Hello everyone! In preparation for some exciting changes we are making down the pipeline, we have decided to split the font property into two separate properties:
- Font: contains the selection for the family that you want the element to pull from. Just like before, this will contain all of the google fonts by default, but also any custom fonts you install. However, now it won’t have all the variations as well, just the family.
- Font weight: contains a dropdown of all weights 100-900. Sets the weight of the selected family Not all fonts support all weights. Setting a text to bold overrides this value (as normal). Doesn’t work for custom fonts at the moment (since we don’t support uploading a set of weights with a custom font at the moment).
Everything should smoothly transition on previous apps, as all previous selections of font will now be split into family and weight.
Happy Bubbling!