0
Answer

Changing font of Specific Characters

Jimmy Underwood

Jimmy Underwood

12y
1.2k
1
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