Changing font of Specific Characters
Hi,
I'm trying to make an effect where all the vowels are in a different font from the consonants.Is there a way to select only 'a, e, i, o, u' and apply .css("font-family", "mycustomfont");
Trying to avoid having to out all the vowels.
Thanks