How to change jQuery UI Tooltip font style
In this post, you will learn how to change the default font-style of jQuery UI Tooltip widget. Below demo shows the default font style of jQuery UI Tooltip. Note, this is using "Sunny" theme.
To change or override the default font style, update the ".ui-tooltip" class and add your desired font and font-size.
.ui-tooltip { font-size:10pt; font-family:Calibri; }
See result below
Feel free to contact me for any help related to jQuery, I will gladly help you.