Reducing font size
-
- Harmless
- Posts: 2
- Joined: Sun Dec 11, 2022 10:12 pm
Reducing font size
Hello, I've used Vienna for a while but today was the first day that I changed the font appearance settings. By mistake I changed it to 240 instead of 24. The app crashed and my Mac restarted. Now I am able to open Vienna and can see my feeds but not the articles. I am also unable to change the font size back because the preferences window previews the font (which is now 240). Is there any way to change the font size back to 24? or any other way I can access the preferences window? Thanks in advance.
Re: Reducing font size
Hi,
- Quit Vienna.
- Enter a Terminal window.
- Paste the following command, and complete by hitting the Enter key:
This should reset it to the default value (LucidaGrande 11).
I hope this helps.
- Quit Vienna.
- Enter a Terminal window.
- Paste the following command, and complete by hitting the Enter key:
Code: Select all
defaults delete uk.co.opencommunity.vienna2.plist ArticleListFont
This should reset it to the default value (LucidaGrande 11).
I hope this helps.
I contribute to Vienna RSS as a developer.
Please, don't forget those tips for writing a good bug report
Please, don't forget those tips for writing a good bug report
-
- Harmless
- Posts: 2
- Joined: Sun Dec 11, 2022 10:12 pm
Re: Reducing font size
You are a genius! Thanks!