Ranchero-Software / NetNewsWire

RSS reader for macOS and iOS.
https://netnewswire.com/
MIT License
8.43k stars 534 forks source link

Customize theme, use new font file, no effect #4263

Open liutianyan opened 6 months ago

liutianyan commented 6 months ago

Whether it is installed through a description file or a third-party app, and appears in the font list, it cannot be used in font-family. Later, I switched to @font-face. But still no effect.

These two approaches are effective on macOS.

Environmental information: iOS 14.4.1 NetNewsWire 6.1.4

stuartbreckenridge commented 6 months ago

Are you using font-face with base64 or files? If you are using files, have you declared them in Info.plist?

liutianyan commented 6 months ago

Are you using font-face with base64 or files? If you are using files, have you declared them in Info.plist?

Thanks for the reply, I used base64 encoding I refer to the Hyperlegible.nnwtheme theme and don’t see any special settings in Info.plist?