Posted by flaviovs on August 10, 2009 at 3:13pm
| Project: | jTooltips |
| Version: | 6.x-1.8 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
The title says it all. To fix, change:
font: Trebuchet MS, Verdana, Arial, sans-serif;To:
font-family: Trebuchet MS, Verdana, Arial, sans-serif;(Around line 17 of jtooltips.css.)