I am using Google Fonts, and I use 'PT Sans' as the font name to reference it. Needless to say, this is a custom font, and ThemeRoller would not know about it.
So what I did was I configured the look and feel of my Datepicker through ThemeRoller with Verdana as the default font, downloaded the custom build. I then went to jquery-ui.css and changed two instances of Verdana in it to 'PT Sans'.
My problem is that although the font did change, it didn't change to 'PT Sans'. I know it's not because the Datepicker now displays some kind of serif font, but my 'PT Sans' is a sans serif font.
Am I not able to use Google Fonts with jQuery UI?