How to install fonts in Ubuntu 19.04 / LibreOffice?LibreOffice missing certain Microsoft fontsWhy can't I install new fonts in LibreOffice?Uninstall Calibri font, installed from Windows' font directoryLibre Office shows Garamond but font manager doesn'tHow do I correct a font that doesn't have a name?Where can I find the Unicode Emoticon set?All fonts on Xubuntu are now boxes. Everything is illegible. HelpFonts in LibreOffice

What are the disadvantages for using short-field take-off technique?

Infant Mortality: Aluminum Electrolytic Capacitor short circuit failure

Why do we use cross products in physics?

How to teach children Santa is not real, while respecting other kids beliefs?

Who's next to me in the queue?

Concept Question for Secure Computation

What if I take Necrotic damage more than my hit point total?

Roll for Initiative!

Producing a more appealing rounded end of line joins

Positional thinking by Grandmasters

What is the logic for the map maker classifying the map this way, specifically in Canada?

How to insert a character between any several characters without knowing indexes?

Merging 4 matrices to one matrix

What type of glass fuse is this and what does the spring do?

Why is dwarfism considered an advantage for jobs in space?

Sci-fi novel from 1980s(?) about colony on Mars

What are the common footprint naming conventions

Why doesn't the road lose its thickness to the tyre?

How do I install this weird looking i9 9900KF I bought?

How can we save ourselves from large drops in stock price?

Dative of Reference: (D of R)

Do any countries have a pensions system funded entirely by past contributions, rather than current taxes?

map <leader>b<number> :b<number><cr>

How does Google judge page performance if audience is from one specific region & server is also in same region



How to install fonts in Ubuntu 19.04 / LibreOffice?


LibreOffice missing certain Microsoft fontsWhy can't I install new fonts in LibreOffice?Uninstall Calibri font, installed from Windows' font directoryLibre Office shows Garamond but font manager doesn'tHow do I correct a font that doesn't have a name?Where can I find the Unicode Emoticon set?All fonts on Xubuntu are now boxes. Everything is illegible. HelpFonts in LibreOffice






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









0


















I have a rather clean installation of Ubuntu 19.04 on which I have downloaded a Google font (TTF-format), opened it in Font Viewer, and clicked install. In Font Manager I now find the font listed under "User" (not under "System"). The font is also in my ~/.local/share/fonts folder. I am able to use the font in apps like GIMP.



However, apps like LibreOffice and Inkscape still don't show the font, not even after reboot. Does anyone know a solution for this? Thanks for helping me out!










share|improve this question




















  • 1





    try to rebuild the font cache with fc-cache -f -v and check that font files are readable for all cd ~/.local/share/fonts ; chmod -R a+r *

    – cmak.fr
    Sep 29 at 10:20












  • Two location where fonts usually are automatically visible in e.g. Firefox, LibreOffice : 1. /usr/share/fonts/TTF, and 2. ~/.fonts/. ... ($ mkdir .fonts)

    – Knud Larsen
    Sep 29 at 13:04












  • @KnudLarsen Copying the TTF files to /usr/share/fonts/TTF worked. I find it strange this workaround was necessary. Anyhow: many thanks!!

    – Doede
    Sep 29 at 18:05


















0


















I have a rather clean installation of Ubuntu 19.04 on which I have downloaded a Google font (TTF-format), opened it in Font Viewer, and clicked install. In Font Manager I now find the font listed under "User" (not under "System"). The font is also in my ~/.local/share/fonts folder. I am able to use the font in apps like GIMP.



However, apps like LibreOffice and Inkscape still don't show the font, not even after reboot. Does anyone know a solution for this? Thanks for helping me out!










share|improve this question




















  • 1





    try to rebuild the font cache with fc-cache -f -v and check that font files are readable for all cd ~/.local/share/fonts ; chmod -R a+r *

    – cmak.fr
    Sep 29 at 10:20












  • Two location where fonts usually are automatically visible in e.g. Firefox, LibreOffice : 1. /usr/share/fonts/TTF, and 2. ~/.fonts/. ... ($ mkdir .fonts)

    – Knud Larsen
    Sep 29 at 13:04












  • @KnudLarsen Copying the TTF files to /usr/share/fonts/TTF worked. I find it strange this workaround was necessary. Anyhow: many thanks!!

    – Doede
    Sep 29 at 18:05














0













0









0








I have a rather clean installation of Ubuntu 19.04 on which I have downloaded a Google font (TTF-format), opened it in Font Viewer, and clicked install. In Font Manager I now find the font listed under "User" (not under "System"). The font is also in my ~/.local/share/fonts folder. I am able to use the font in apps like GIMP.



However, apps like LibreOffice and Inkscape still don't show the font, not even after reboot. Does anyone know a solution for this? Thanks for helping me out!










share|improve this question














I have a rather clean installation of Ubuntu 19.04 on which I have downloaded a Google font (TTF-format), opened it in Font Viewer, and clicked install. In Font Manager I now find the font listed under "User" (not under "System"). The font is also in my ~/.local/share/fonts folder. I am able to use the font in apps like GIMP.



However, apps like LibreOffice and Inkscape still don't show the font, not even after reboot. Does anyone know a solution for this? Thanks for helping me out!







libreoffice fonts inkscape






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Sep 29 at 10:05









DoedeDoede

1




1










  • 1





    try to rebuild the font cache with fc-cache -f -v and check that font files are readable for all cd ~/.local/share/fonts ; chmod -R a+r *

    – cmak.fr
    Sep 29 at 10:20












  • Two location where fonts usually are automatically visible in e.g. Firefox, LibreOffice : 1. /usr/share/fonts/TTF, and 2. ~/.fonts/. ... ($ mkdir .fonts)

    – Knud Larsen
    Sep 29 at 13:04












  • @KnudLarsen Copying the TTF files to /usr/share/fonts/TTF worked. I find it strange this workaround was necessary. Anyhow: many thanks!!

    – Doede
    Sep 29 at 18:05













  • 1





    try to rebuild the font cache with fc-cache -f -v and check that font files are readable for all cd ~/.local/share/fonts ; chmod -R a+r *

    – cmak.fr
    Sep 29 at 10:20












  • Two location where fonts usually are automatically visible in e.g. Firefox, LibreOffice : 1. /usr/share/fonts/TTF, and 2. ~/.fonts/. ... ($ mkdir .fonts)

    – Knud Larsen
    Sep 29 at 13:04












  • @KnudLarsen Copying the TTF files to /usr/share/fonts/TTF worked. I find it strange this workaround was necessary. Anyhow: many thanks!!

    – Doede
    Sep 29 at 18:05








1




1





try to rebuild the font cache with fc-cache -f -v and check that font files are readable for all cd ~/.local/share/fonts ; chmod -R a+r *

– cmak.fr
Sep 29 at 10:20






try to rebuild the font cache with fc-cache -f -v and check that font files are readable for all cd ~/.local/share/fonts ; chmod -R a+r *

– cmak.fr
Sep 29 at 10:20














Two location where fonts usually are automatically visible in e.g. Firefox, LibreOffice : 1. /usr/share/fonts/TTF, and 2. ~/.fonts/. ... ($ mkdir .fonts)

– Knud Larsen
Sep 29 at 13:04






Two location where fonts usually are automatically visible in e.g. Firefox, LibreOffice : 1. /usr/share/fonts/TTF, and 2. ~/.fonts/. ... ($ mkdir .fonts)

– Knud Larsen
Sep 29 at 13:04














@KnudLarsen Copying the TTF files to /usr/share/fonts/TTF worked. I find it strange this workaround was necessary. Anyhow: many thanks!!

– Doede
Sep 29 at 18:05






@KnudLarsen Copying the TTF files to /usr/share/fonts/TTF worked. I find it strange this workaround was necessary. Anyhow: many thanks!!

– Doede
Sep 29 at 18:05











2 Answers
2






active

oldest

votes


















0



















There are two location where fonts usually are automatically visible in e.g. Firefox, LibreOffice :



  1. /usr/share/fonts/TTF/, and



  2. ~/.fonts/

    Create the directory : $ mkdir .fonts



    $ cp [font].ttf .fonts/







share|improve this answer
































    0



















    May I suggest you install Synaptic Package Manager from Ubuntu Software and then install the font you want? You can then install fonts from Synaptic Package Manager.



    Alternately, install font manager from Ubuntu software manager or using the command:
    sudo apt install font-manager






    share|improve this answer


























      Your Answer








      StackExchange.ready(function()
      var channelOptions =
      tags: "".split(" "),
      id: "89"
      ;
      initTagRenderer("".split(" "), "".split(" "), channelOptions);

      StackExchange.using("externalEditor", function()
      // Have to fire editor after snippets, if snippets enabled
      if (StackExchange.settings.snippets.snippetsEnabled)
      StackExchange.using("snippets", function()
      createEditor();
      );

      else
      createEditor();

      );

      function createEditor()
      StackExchange.prepareEditor(
      heartbeatType: 'answer',
      autoActivateHeartbeat: false,
      convertImagesToLinks: true,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: 10,
      bindNavPrevention: true,
      postfix: "",
      imageUploader:
      brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
      contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
      allowUrls: true
      ,
      onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      );



      );














      draft saved

      draft discarded
















      StackExchange.ready(
      function ()
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1177436%2fhow-to-install-fonts-in-ubuntu-19-04-libreoffice%23new-answer', 'question_page');

      );

      Post as a guest















      Required, but never shown


























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      0



















      There are two location where fonts usually are automatically visible in e.g. Firefox, LibreOffice :



      1. /usr/share/fonts/TTF/, and



      2. ~/.fonts/

        Create the directory : $ mkdir .fonts



        $ cp [font].ttf .fonts/







      share|improve this answer





























        0



















        There are two location where fonts usually are automatically visible in e.g. Firefox, LibreOffice :



        1. /usr/share/fonts/TTF/, and



        2. ~/.fonts/

          Create the directory : $ mkdir .fonts



          $ cp [font].ttf .fonts/







        share|improve this answer



























          0















          0











          0









          There are two location where fonts usually are automatically visible in e.g. Firefox, LibreOffice :



          1. /usr/share/fonts/TTF/, and



          2. ~/.fonts/

            Create the directory : $ mkdir .fonts



            $ cp [font].ttf .fonts/







          share|improve this answer














          There are two location where fonts usually are automatically visible in e.g. Firefox, LibreOffice :



          1. /usr/share/fonts/TTF/, and



          2. ~/.fonts/

            Create the directory : $ mkdir .fonts



            $ cp [font].ttf .fonts/








          share|improve this answer













          share|improve this answer




          share|improve this answer










          answered Sep 29 at 18:30









          Knud LarsenKnud Larsen

          1,8861 gold badge8 silver badges9 bronze badges




          1,8861 gold badge8 silver badges9 bronze badges


























              0



















              May I suggest you install Synaptic Package Manager from Ubuntu Software and then install the font you want? You can then install fonts from Synaptic Package Manager.



              Alternately, install font manager from Ubuntu software manager or using the command:
              sudo apt install font-manager






              share|improve this answer





























                0



















                May I suggest you install Synaptic Package Manager from Ubuntu Software and then install the font you want? You can then install fonts from Synaptic Package Manager.



                Alternately, install font manager from Ubuntu software manager or using the command:
                sudo apt install font-manager






                share|improve this answer



























                  0















                  0











                  0









                  May I suggest you install Synaptic Package Manager from Ubuntu Software and then install the font you want? You can then install fonts from Synaptic Package Manager.



                  Alternately, install font manager from Ubuntu software manager or using the command:
                  sudo apt install font-manager






                  share|improve this answer














                  May I suggest you install Synaptic Package Manager from Ubuntu Software and then install the font you want? You can then install fonts from Synaptic Package Manager.



                  Alternately, install font manager from Ubuntu software manager or using the command:
                  sudo apt install font-manager







                  share|improve this answer













                  share|improve this answer




                  share|improve this answer










                  answered Sep 29 at 20:21









                  Avi512Avi512

                  493 bronze badges




                  493 bronze badges































                      draft saved

                      draft discarded















































                      Thanks for contributing an answer to Ask Ubuntu!


                      • Please be sure to answer the question. Provide details and share your research!

                      But avoid


                      • Asking for help, clarification, or responding to other answers.

                      • Making statements based on opinion; back them up with references or personal experience.

                      To learn more, see our tips on writing great answers.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function ()
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1177436%2fhow-to-install-fonts-in-ubuntu-19-04-libreoffice%23new-answer', 'question_page');

                      );

                      Post as a guest















                      Required, but never shown





















































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown

































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown









                      Popular posts from this blog

                      Distance measures on a map of a game The 2019 Stack Overflow Developer Survey Results Are Inmin distance in a graphShortest distance path on contour plotHow to plot a tilted map?Finding points outside of a diskDelaunay link distanceAnnulus from GeoDisks: drawing a ring on a mapNegative Correlation DistanceFind distance along a path (GPS coordinates)Finding position at given distance in a GeoPathMathematics behind distance estimation using camera

                      How to get a smooth, uniform ParametricPlot of a 2D Region?How to plot a complicated Region?How to exclude a region from ParametricPlotHow discretize a region placing vertices on a specific non-uniform gridHow to transform a Plot or a ParametricPlot into a RegionHow can I get a smooth plot of a bounded region?Smooth ParametricPlot3D with RegionFunction?Smooth border of a region ParametricPlotSmooth region boundarySmooth region plot from list of pointsGet minimum y of a certain x in a region

                      Genealogie vun de Merowenger Vum Merowech bis zum Chilperich I. | Navigatiounsmenü