How can I convert windows fonts to linux fonts? Or does linux also use ttf-files for fonts?
On webpages rendered in firefox and swiftfox, the radio boxes (those circle buttons to click in) on websites aren’t smoothly round, but look more like flowers. Is there any workaround to get them just as smooth as in Opera and Konqueror?
Yes, you can use ttf fonts in Linux! What flavor of Linux are you using? (Ubuntu etc) and i can give you more specific instructions on how to add them (Google has a wealth of knowledge btw)
Do the following in a terminal… you can copy fonts into /usr/share/fonts or /home/your-user-name/.fonts (you might have to create that directory though), i would suggest that you use /usr/share/fonts as any user on that machine can use them!
So if I want to install tahoma.ttf, I should put that file into /usr/share/fonts, and then with the terminal browse to /usr/share/fonts and enter sudo cp tahoma.ttf /usr/share/fonts/tahoma.ttf. And then sudo fc-cache -f -v. Is that right?
edit: I was planning to install the Windows fonts, so I could also do apt-get install msttcorefonts. Thanks for the help
I tried it, and it worked :D. I just had to put the fonts into /usr/share/fonts and then reload the cache.
[ot]I didn’t know that CP meant Copy hahaha[/ot]