Currently utilizing jQuery UI, I have encountered an issue with the font size within a dialog. When utilizing the standard settings, the font size appears to be excessively large. To address this, I used the element inspector to identify the class name of the relevant div and applied a .ui-widget-something { font-size: 62.5% } to my CSS which successfully resolved the problem. Is there any alternative method to adjust the font size, or is this the only solution?