Hey, just quickly, I was wondering what would be the correct way to implement multiple web fonts in a single object.
Basically, I have a single text object and I want to dynamically set its font from a selection of four.
So how should I do it?
Does it only need one 'initialisation' of 'use web font', or shall I 'use web font' every time I set/change the font?
If it is the former, can I use the css for a whole collection that Google provides or do I have to do them individually.