#Font style on 'select' tag menu takes a curious style ('Times' like font)

3 messages · Page 1 of 1 (latest)

next tendon
#

Hi, with the issue that I am facing, the select tag menu takes a 'Times' like font which is not the default font of the application. I am wrong in saying that the select tag menu should have the default system font? Is it something that can be or is customized by error? I am using DaisyUI styling based on Tailwind, but I am not aware of any customization of font styling on the native menu font of the select tag.

Would you have any advice on how I could fix this issue or any clue about the reason for this issue? I can remember that font style was correct some times ago. The only changes I made in between are: 1. Moving from DaisyUI previous versions to 3.x (But I don't think it is the reason), and 2. statically linking some native lib (libheif) to include it with the binary without external dependency to install.

#

Ok, I will eliminate the obvious option that is DaisyUI 3.x vs 2.x versions. I tried with version 2.52.0 instead of 3.1.6 and the issue is still there :/

#

I get the log below in my console when I open the menu from the select tag. Do you think this could be a new bug related to MacOS version upgrade (MacOS Ventura 13.4) ?:

2023-06-24 11:31:14.630 Image Convert[65060:1040153] CoreText note: Client requested name ".SFNS-Regular_wdth_opsz110000_GRAD_wght2580000", it will get TimesNewRomanPSMT rather than the intended font. All system UI font access should be through proper APIs such as CTFontCreateUIFontForLanguage() or +[NSFont systemFontOfSize:].
2023-06-24 11:31:14.630 Image Convert[65060:1040153] CoreText note: Set a breakpoint on CTFontLogSystemFontNameRequest to debug.
2023-06-24 11:31:22.217 Image Convert[65060:1040153] CoreText note: Client requested name ".SFNS-Regular_wdth_opsz110000_GRAD_wght2580000", it will get TimesNewRomanPSMT rather than the intended font. All system UI font access should be through proper APIs such as CTFontCreateUIFontForLanguage() or +[NSFont systemFontOfSize:].