How can I install Arial fonts to my Office within Wine?

11,136

Solution 1

PlayOnLinux provides a mechanism to install and modify "bottles" of wine-software.

One of these is the install Microsoft Fonts to a "bottle" - the picture below will give an idea of what to do. Note - I dont have MS Office, but the principle still applies.

enter image description here

Solution 2

  1. Select any Microsoft Office package (e.g Microsoft Office)
  2. In the right sidebar click Configure
  3. In the Install Components tab select "Microsoft Core Fonts" and click install

enter image description here

Share:
11,136

Related videos on Youtube

The Student
Author by

The Student

My main interests: Object Oriented Programming (mainly Java, Python and C++) Mobile development (Android and iOS) Artificial Neural Networks Philosophy

Updated on September 18, 2022

Comments

  • The Student
    The Student over 1 year

    I installed MS Office 2007 using PlayOnLinux, and the Arial font is italic, for some reason. Any hint on how to install it correctly?

    This two approaches I found in the internet have failed:

    • To copy the fonts from my Windows "Fonts" folder to /usr/share/fonts/truetype/ and execute fc-cache.
    • To delete all "Arial" in the folders: ~/.PlayOnLinux/fonts and ~/.PlayOnLinux/wineprefix/Office2007/drive_c/windows/Fonts/

    --update:

    follows the screenshot of my Arial:

    enter image description here

    • Admin
      Admin almost 13 years
      Does sudo apt-get install msttcorefonts not work?
    • The Student
      The Student almost 13 years
      @arochester not.. Arial is still showing to me as a strange italic font..
    • Scott Ritchie
      Scott Ritchie almost 13 years
      Is it actually Italic, or is it some other font being substituted? The most likely candidate is the Arial replacement font from the ttf-liberation package. Do you have that installed?
    • The Student
      The Student almost 13 years
      @Scott Ritchie: Yes, I have the ttf-liberation installed. I think it's not really Arial italic, look my screenshot.
    • nilsonneto
      nilsonneto almost 13 years
      Tom - just to clarify - you have click "install, other - Microsoft Fonts" in PlayOnLinux and added the Fonts to your MS Office package?
    • The Student
      The Student almost 13 years
      @fossfreedom no, I have copied the fonts from my Windows system, and execute fc-cache after that. (it was a hint from a colleague)
    • The Student
      The Student almost 13 years
      @fossfreedom sorry?
    • nilsonneto
      nilsonneto almost 13 years
      ... I meant - try adding the fonts via PlayOnLinux.
    • The Student
      The Student almost 13 years
      @fossfreedom it worked! =D (please, add as an answer)
    • nilsonneto
      nilsonneto almost 13 years
      excellent news - have added an answer.