How to use the urw chancery font in Libre Office Writer
up vote
0
down vote
favorite
I would like to install/use the 'urw chancery' font in the Libre Office Writer.
I have a limited knowledge of Linux. I've managed to install some of the Microsoft's fonts (.ttf format) that worked just fine in the Libre Office Writer.
Could someone provide me with a step-by-step guide on how to do it for the 'urw chancery' font as well?
libreoffice fonts
add a comment |
up vote
0
down vote
favorite
I would like to install/use the 'urw chancery' font in the Libre Office Writer.
I have a limited knowledge of Linux. I've managed to install some of the Microsoft's fonts (.ttf format) that worked just fine in the Libre Office Writer.
Could someone provide me with a step-by-step guide on how to do it for the 'urw chancery' font as well?
libreoffice fonts
Possibly you run into this bug.
– Gunnar Hjalmarsson
Nov 28 at 21:54
First you need to download the font, double click on the .ttf file, and press the button 'install' in the new window that will pop up. After that, open your terminal and type: sudo cp ~/.local/share/fonts/*.ttf /usr/share/fonts/truetype/; Then type this: sudo chmod 644 /usr/share/fonts/truetype/*.ttf; And finally type this: sudo fc-cache -f -v; This should do it :)
– efthialex
Nov 28 at 23:57
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I would like to install/use the 'urw chancery' font in the Libre Office Writer.
I have a limited knowledge of Linux. I've managed to install some of the Microsoft's fonts (.ttf format) that worked just fine in the Libre Office Writer.
Could someone provide me with a step-by-step guide on how to do it for the 'urw chancery' font as well?
libreoffice fonts
I would like to install/use the 'urw chancery' font in the Libre Office Writer.
I have a limited knowledge of Linux. I've managed to install some of the Microsoft's fonts (.ttf format) that worked just fine in the Libre Office Writer.
Could someone provide me with a step-by-step guide on how to do it for the 'urw chancery' font as well?
libreoffice fonts
libreoffice fonts
edited Nov 28 at 23:44
efthialex
2,4661730
2,4661730
asked Nov 28 at 19:47
bootofbeer
11
11
Possibly you run into this bug.
– Gunnar Hjalmarsson
Nov 28 at 21:54
First you need to download the font, double click on the .ttf file, and press the button 'install' in the new window that will pop up. After that, open your terminal and type: sudo cp ~/.local/share/fonts/*.ttf /usr/share/fonts/truetype/; Then type this: sudo chmod 644 /usr/share/fonts/truetype/*.ttf; And finally type this: sudo fc-cache -f -v; This should do it :)
– efthialex
Nov 28 at 23:57
add a comment |
Possibly you run into this bug.
– Gunnar Hjalmarsson
Nov 28 at 21:54
First you need to download the font, double click on the .ttf file, and press the button 'install' in the new window that will pop up. After that, open your terminal and type: sudo cp ~/.local/share/fonts/*.ttf /usr/share/fonts/truetype/; Then type this: sudo chmod 644 /usr/share/fonts/truetype/*.ttf; And finally type this: sudo fc-cache -f -v; This should do it :)
– efthialex
Nov 28 at 23:57
Possibly you run into this bug.
– Gunnar Hjalmarsson
Nov 28 at 21:54
Possibly you run into this bug.
– Gunnar Hjalmarsson
Nov 28 at 21:54
First you need to download the font, double click on the .ttf file, and press the button 'install' in the new window that will pop up. After that, open your terminal and type: sudo cp ~/.local/share/fonts/*.ttf /usr/share/fonts/truetype/; Then type this: sudo chmod 644 /usr/share/fonts/truetype/*.ttf; And finally type this: sudo fc-cache -f -v; This should do it :)
– efthialex
Nov 28 at 23:57
First you need to download the font, double click on the .ttf file, and press the button 'install' in the new window that will pop up. After that, open your terminal and type: sudo cp ~/.local/share/fonts/*.ttf /usr/share/fonts/truetype/; Then type this: sudo chmod 644 /usr/share/fonts/truetype/*.ttf; And finally type this: sudo fc-cache -f -v; This should do it :)
– efthialex
Nov 28 at 23:57
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
In Ubuntu 18.04, I just did the following
- Download the .otf or .ttf file.
- Double click on it and click on the green Install button in the Popup.
- (Re)Start LibreOffice and the font should be available in the font menu.
There wasn't any need for any terminal command.
Thanks for the help. all working now. Can I delete any of the arabic or Chinese fonts already on the system or do I just have to ignore them.
– bootofbeer
Nov 30 at 15:00
@user781538 You can delete default or installed fonts by installing Font Manager using the command "sudo apt-get install font-manager". You can also delete them manually but I don't know the directories for the default fonts. The custom installed fonts are in /usr/share/fonts /usr/local/share/fonts ~/.fonts (if installed for a single user) ~/.local/share/fonts (if installed via Font Viewer) depending on your system and how you installed them.
– GodsArchitect
Dec 3 at 14:12
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
In Ubuntu 18.04, I just did the following
- Download the .otf or .ttf file.
- Double click on it and click on the green Install button in the Popup.
- (Re)Start LibreOffice and the font should be available in the font menu.
There wasn't any need for any terminal command.
Thanks for the help. all working now. Can I delete any of the arabic or Chinese fonts already on the system or do I just have to ignore them.
– bootofbeer
Nov 30 at 15:00
@user781538 You can delete default or installed fonts by installing Font Manager using the command "sudo apt-get install font-manager". You can also delete them manually but I don't know the directories for the default fonts. The custom installed fonts are in /usr/share/fonts /usr/local/share/fonts ~/.fonts (if installed for a single user) ~/.local/share/fonts (if installed via Font Viewer) depending on your system and how you installed them.
– GodsArchitect
Dec 3 at 14:12
add a comment |
up vote
0
down vote
In Ubuntu 18.04, I just did the following
- Download the .otf or .ttf file.
- Double click on it and click on the green Install button in the Popup.
- (Re)Start LibreOffice and the font should be available in the font menu.
There wasn't any need for any terminal command.
Thanks for the help. all working now. Can I delete any of the arabic or Chinese fonts already on the system or do I just have to ignore them.
– bootofbeer
Nov 30 at 15:00
@user781538 You can delete default or installed fonts by installing Font Manager using the command "sudo apt-get install font-manager". You can also delete them manually but I don't know the directories for the default fonts. The custom installed fonts are in /usr/share/fonts /usr/local/share/fonts ~/.fonts (if installed for a single user) ~/.local/share/fonts (if installed via Font Viewer) depending on your system and how you installed them.
– GodsArchitect
Dec 3 at 14:12
add a comment |
up vote
0
down vote
up vote
0
down vote
In Ubuntu 18.04, I just did the following
- Download the .otf or .ttf file.
- Double click on it and click on the green Install button in the Popup.
- (Re)Start LibreOffice and the font should be available in the font menu.
There wasn't any need for any terminal command.
In Ubuntu 18.04, I just did the following
- Download the .otf or .ttf file.
- Double click on it and click on the green Install button in the Popup.
- (Re)Start LibreOffice and the font should be available in the font menu.
There wasn't any need for any terminal command.
answered Nov 29 at 0:48
GodsArchitect
1
1
Thanks for the help. all working now. Can I delete any of the arabic or Chinese fonts already on the system or do I just have to ignore them.
– bootofbeer
Nov 30 at 15:00
@user781538 You can delete default or installed fonts by installing Font Manager using the command "sudo apt-get install font-manager". You can also delete them manually but I don't know the directories for the default fonts. The custom installed fonts are in /usr/share/fonts /usr/local/share/fonts ~/.fonts (if installed for a single user) ~/.local/share/fonts (if installed via Font Viewer) depending on your system and how you installed them.
– GodsArchitect
Dec 3 at 14:12
add a comment |
Thanks for the help. all working now. Can I delete any of the arabic or Chinese fonts already on the system or do I just have to ignore them.
– bootofbeer
Nov 30 at 15:00
@user781538 You can delete default or installed fonts by installing Font Manager using the command "sudo apt-get install font-manager". You can also delete them manually but I don't know the directories for the default fonts. The custom installed fonts are in /usr/share/fonts /usr/local/share/fonts ~/.fonts (if installed for a single user) ~/.local/share/fonts (if installed via Font Viewer) depending on your system and how you installed them.
– GodsArchitect
Dec 3 at 14:12
Thanks for the help. all working now. Can I delete any of the arabic or Chinese fonts already on the system or do I just have to ignore them.
– bootofbeer
Nov 30 at 15:00
Thanks for the help. all working now. Can I delete any of the arabic or Chinese fonts already on the system or do I just have to ignore them.
– bootofbeer
Nov 30 at 15:00
@user781538 You can delete default or installed fonts by installing Font Manager using the command "sudo apt-get install font-manager". You can also delete them manually but I don't know the directories for the default fonts. The custom installed fonts are in /usr/share/fonts /usr/local/share/fonts ~/.fonts (if installed for a single user) ~/.local/share/fonts (if installed via Font Viewer) depending on your system and how you installed them.
– GodsArchitect
Dec 3 at 14:12
@user781538 You can delete default or installed fonts by installing Font Manager using the command "sudo apt-get install font-manager". You can also delete them manually but I don't know the directories for the default fonts. The custom installed fonts are in /usr/share/fonts /usr/local/share/fonts ~/.fonts (if installed for a single user) ~/.local/share/fonts (if installed via Font Viewer) depending on your system and how you installed them.
– GodsArchitect
Dec 3 at 14:12
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f1096915%2fhow-to-use-the-urw-chancery-font-in-libre-office-writer%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
Possibly you run into this bug.
– Gunnar Hjalmarsson
Nov 28 at 21:54
First you need to download the font, double click on the .ttf file, and press the button 'install' in the new window that will pop up. After that, open your terminal and type: sudo cp ~/.local/share/fonts/*.ttf /usr/share/fonts/truetype/; Then type this: sudo chmod 644 /usr/share/fonts/truetype/*.ttf; And finally type this: sudo fc-cache -f -v; This should do it :)
– efthialex
Nov 28 at 23:57