I added some text to my page using the text element. By default, the font style was Inter. I selected it and asked WeWeb AI to make it make it look more like the body text on another website (thegospelcoalition.org).
WeWeb AI responded just like I wanted. It changed the font, text color, etc. It looks great.
But the change is not reflected in the properties of the text element. The properties panel still says the font family is “Default (Inter)” even though the text is clearly not that. When I asked the AI about where the font value is being stored, it says
–
In WeWeb, you can see the font being used for the selected text element in the Styles section of the element’s properties.
Specifically, look for the fontFamily property within the styles object. In your case, it shows:
json
Copy code
“fontFamily”: “Charter, Georgia, Cambria, Times New Roman, Times, serif”
Is there a way to access the JSON of this element within WeWeb?