• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Debian font problem

Nithin

Senior member
I was directed here from the Software Forum. I'm having the following problem.

I moved from woody to sid yesterday and did a dist-upgrade.
it seems to have replaced my fonts with smooth fonts.

in gvim i like to use the 7x13 font. but it doesn't work anymore. How do I fix this?
Do i have to reinstall the font? If so how?

Thanks,
Nithin.
 
No, it uses gtk2 now, which doesn't use core X fonts. So you'll need to downgrade vim if you want that font.

Add some stable sources back to your sources.list and apt-get install -t stable gvim

You can pin the package down too, but I've never done it do I couldn't tell ya the details.
 
Back
Top