2 small linux questions

Discussion in 'Linux, BSD and Other OS's' started by RHochstenbach, May 10, 2007.

  1. RHochstenbach

    RHochstenbach Administrator

    Likes Received:
    26
    Trophy Points:
    48
    I got some questions about linux:

    1. How can I convert windows fonts to linux fonts? Or does linux also use ttf-files for fonts?
    2. 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?
     
  2. Impotence

    Impotence May the source be with u!

    Likes Received:
    6
    Trophy Points:
    38
    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)
     
  3. RHochstenbach

    RHochstenbach Administrator

    Likes Received:
    26
    Trophy Points:
    48
    I am using Ubuntu Feisty Fawn at the moment.
     
  4. Impotence

    Impotence May the source be with u!

    Likes Received:
    6
    Trophy Points:
    38
    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!

    Code:
    sudo cp font.ttf /usr/share/fonts/<font.ttf>
    sudo fc-cache -f -v
    
    Rebuilding the fonts cache might take awhile (sudo fc-cache -f -v), Hope this helps!
     
  5. RHochstenbach

    RHochstenbach Administrator

    Likes Received:
    26
    Trophy Points:
    48
    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 :D
     
  6. Addis

    Addis The King

    Likes Received:
    91
    Trophy Points:
    48
    I think Mandriva had a graphical wizard which could import windows fonts from your windows installation.
     
  7. RHochstenbach

    RHochstenbach Administrator

    Likes Received:
    26
    Trophy Points:
    48
    Yeah Mandriva has many wizards. Also a wizard for ndiswrapper. (I used mandriva 2007 power pack for a while).
     
  8. Impotence

    Impotence May the source be with u!

    Likes Received:
    6
    Trophy Points:
    38
    I am assuming you have already done it, but yes that seems right (sorry, i feel asleep!)
     
  9. RHochstenbach

    RHochstenbach Administrator

    Likes Received:
    26
    Trophy Points:
    48
    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]
     
  10. donkey42

    donkey42 plank

    Likes Received:
    9
    Trophy Points:
    38
    [ot]
    look here for basic *nix commands (near bottom of page)[/ot]
     
  11. RHochstenbach

    RHochstenbach Administrator

    Likes Received:
    26
    Trophy Points:
    48

Share This Page