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;
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
add a comment
|
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
1
try to rebuild the font cache withfc-cache -f -vand check that font files are readable for allcd ~/.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/TTFworked. I find it strange this workaround was necessary. Anyhow: many thanks!!
– Doede
Sep 29 at 18:05
add a comment
|
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
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
libreoffice fonts inkscape
asked Sep 29 at 10:05
DoedeDoede
1
1
1
try to rebuild the font cache withfc-cache -f -vand check that font files are readable for allcd ~/.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/TTFworked. I find it strange this workaround was necessary. Anyhow: many thanks!!
– Doede
Sep 29 at 18:05
add a comment
|
1
try to rebuild the font cache withfc-cache -f -vand check that font files are readable for allcd ~/.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/TTFworked. 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
add a comment
|
2 Answers
2
active
oldest
votes
There are two location where fonts usually are automatically visible in e.g. Firefox, LibreOffice :
/usr/share/fonts/TTF/, and~/.fonts/
Create the directory :$ mkdir .fonts$ cp [font].ttf .fonts/
add a comment
|
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
add a comment
|
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
There are two location where fonts usually are automatically visible in e.g. Firefox, LibreOffice :
/usr/share/fonts/TTF/, and~/.fonts/
Create the directory :$ mkdir .fonts$ cp [font].ttf .fonts/
add a comment
|
There are two location where fonts usually are automatically visible in e.g. Firefox, LibreOffice :
/usr/share/fonts/TTF/, and~/.fonts/
Create the directory :$ mkdir .fonts$ cp [font].ttf .fonts/
add a comment
|
There are two location where fonts usually are automatically visible in e.g. Firefox, LibreOffice :
/usr/share/fonts/TTF/, and~/.fonts/
Create the directory :$ mkdir .fonts$ cp [font].ttf .fonts/
There are two location where fonts usually are automatically visible in e.g. Firefox, LibreOffice :
/usr/share/fonts/TTF/, and~/.fonts/
Create the directory :$ mkdir .fonts$ cp [font].ttf .fonts/
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
add a comment
|
add a comment
|
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
add a comment
|
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
add a comment
|
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
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
answered Sep 29 at 20:21
Avi512Avi512
493 bronze badges
493 bronze badges
add a comment
|
add a comment
|
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
1
try to rebuild the font cache with
fc-cache -f -vand check that font files are readable for allcd ~/.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/TTFworked. I find it strange this workaround was necessary. Anyhow: many thanks!!– Doede
Sep 29 at 18:05