Download Fonts For Linux
Download free font Ubuntu by Dalton Maag from category Sans Serif. Aug 21, 2018 Linux and macOS systems come with many built-in fonts, but you may still not find the font you’re looking for. Many sites offer free fonts and we list some for you below. Times New Roman, Calibri, and many other popular fonts are created by Microsoft and can’t be included with Linux. If you open a Word document or another Microsoft Office document in LibreOffice.
By default, Windows 10 has over a hundred fonts built in. Mac OS has lots but only ever seems to use four, Myriad, Lucida Grande, Helvetica Neue and Avenir. As for Linux, the fonts used depend entirely on the distro. One set of fonts that can be used across all operating systems is from Google and there are hundreds, if not thousands of them. Here is how to download and install Google Fonts.
If you’re writing an essay, designing a new document or developing a website, your choice of font goes a lot further than just appearance. Fonts form part of typography, which is part art and part science. Typography can influence time on page, how easy a document is to read and even how your content will be received. If you want to exert a little more control over how you come across in a document, you need to consider your font carefully.
The Google Fonts website is a massive repository of almost universal fonts that can be used across mediums and systems. It is not the only collection of fonts online, but it has to be one of the most comprehensive. Google Fonts are primarily for use in website design but you can also use them on your computer if you like.
How to download Google Fonts
Before we get into installing Google Fonts onto different computers, first we need to find a font and download it. There is a particular method you need to use on the Google Fonts website in order to download fonts locally. As the fonts are designed primarily for use online, local downloads are not the most intuitive.
- Navigate to the Google Fonts website.
- Select a font you want to download.
- Select the red ‘+’ at the top right of the font box. A box will appear in the bottom right telling you ‘1 Family Selected’.
- Open the slider box that appears in the bottom right of your screen.
- Select the red download icon in the top right of that box.
- Select Download.
If you want to install multiple fonts, you can use Step 3 to add lots to your selection and the download them all at once. Remember to not download and install too many at once unless you’re using a font manager as it can slow your computer down!
How to install Google Fonts in Windows 10
Installing Google Fonts in Windows 10 is very easy. All you need do is download, unzip and install. Be careful when downloading fonts as installing too many can cause your computer to run slowly. If you find your applications begin stuttering or web pages take time to load, consider removing some of the ones you have installed but are unlikely to use.
To install Google Fonts in Windows 10:
- Download a font file to your computer.
- Unzip that file anywhere you like.
- Locate the file, right click and select Install.
There are three types of font file you can use with Windows, TrueType (.ttf), OpenType (.otf), and PostScript (.ps). Right click the corresponding file to install it.
How to install Google Fonts in Mac OS
Mac OS tends to stick to a few fonts but can use multiple font types just like Windows. The process is similar too. Mac supports TrueType ‘.ttf’ files and OpenType ‘.otf’ files.
- Download a font file to your Mac.
- Unzip the font file somewhere.
- Double click a .ttf or .otf file to open Font Book.
- Preview the font to make sure it appears how you want it to.
- Select Install in Font Book.
Font Book is a new app that enables you to manage all the fonts within your Mac. You can remove as well as add so once you’re done with your new font, or don’t like it, you can remove it from within Font Book.
How to install Google Fonts in Linux
I use Ubuntu Linux so this will describe how to install Google Fonts with Ubuntu. Make the necessary adaptations as you see fit. I use the Type Catcher app as it comes very highly recommended.
Open a terminal and then:
- Type ‘sudo apt-get install typecatcher’ to download the latest version of Type Catcher.
- Launch Type Catcher.
- Navigate Google Fonts in the left pane and find one you want to use. It will preview in the center pane so you can see it in more detail. Change the type size at the top if you need to.
- Select Install at the top of Type Catcher to install your font of choice.
Type Catcher can also uninstall fonts if you want to keep a tidy OS. Just load it up and select the font you want to remove and then hit Uninstall.
Use a font manager to make life easier
Font managers are applications designed to keep font libraries tidy and enable you to select fonts on the fly. Originally used for graphic design and web development, they soon found favor with many computer users. Load it up, select a font and away you go. When you want to change it up, select a different font and you’re golden.
I use FontBase as my font manager. There are others out there that are just as good but I tried this one and liked it so have stuck with it. It works on Windows, Mac and Linux too.
Font managers take a lot of the work out of typography. They download the latest fonts, keep themselves updated and can activate fonts for you on the fly. You can experiment with any number of fonts without having to slog through multiple downloads and installations. It works with Google Fonts too which is why I mention it here.
Typography is a huge subject and an important one for anybody who produces content for consumption either online or off. Font selection is an integral part of typography which is why due diligence needs to be applied to that selection. Google Fonts may be primarily for online work but you can use them in offline content too. Now you know how to install and use them whatever operating system you use.
Got a favorite font? Use something other than Google Fonts? Tell us about it below if you do!
If you are a graphic artist, writer, designer, or desktop publisher, then you are likely to need specific fonts installed on your computer. For Linux users this used to be a more difficult task. The good news is that more modern distributions make font installation much easier. Gone are the days of editing your xorg.conf font path information.
Installing fonts in Ubuntu
Once you have your handy collection of True Type fonts, you are going to want to create a directory to hold them. Installing the fonts system-wide will give all users access to them. First, create a font directory in /usr/share/fonts/truetype. Call this directory newfonts. Issue the command sudo mkdir /usr/share/fonts/truetype/newfonts. You will have to enter your sudo password to complete this task.
Once this directory is created, place all your *ttf or *TTF files in the newfonts directory. With the fonts in place you will then need to issue the command fc-cache -f -v to make the system aware of the new fonts. Once this is done, the system knows about the new fonts and all the system users will have access to them.
If you want to make these fonts available only to specific users, then you will follow the same directions except you will add the fonts only to the users' ~/.fonts directory. If the ~/.fonts directory doesn't exist, create it with mkdir ~/.fonts (while logged into the specific users' accounts). Now move (or copy) all of the *ttf and/or *TTF files into the new directory and run fc-cache -f -v to make the users' accounts aware of the fonts.
If you have a single-user machine, go with the latter version.
Installing fonts in Fedora 7 (or higher)
Installing fonts in Fedora is a simpler task. You really only need to dump your *ttf or *TTF files into the user's ~/.fonts directory, log out, and log back in. The fonts will be recognized without any special tricks.
Installing MS Fonts
There are many times you will want Microsoft fonts on your system. Fortunately this is only a matter of installing the msttcorefonts package. This is done one of two ways:
on an apt-based machine:
on a yum based machine:
Both of the above instructions will complete the job for you. The former command will require you to OK the process (see Figure A below.)Figure A
This installation will prompt you to install x-ttcidfont-conf also, which is not necessary, but will add even more fonts to your system.
Getting applications to recognize your new fonts
- OpenOffice: This one is a piece of cake. If you have installed the fonts into ~/.fonts and issued the command fc-cache -f -v,OpenOffice will be able to take advantage of them.
- Gimp: The Gimp enjoys the same ease of use as OpenOffice.
- Scribus: With Scribus you have to actually configure the new font path. To do this go to File Preferences and you will see the Font icon (see Figure B below.)
Figure B
From here you configure all aspects of the Scribus desktop publishing application.
Click on the Fonts icon and then click on the Additional Paths tab (see Figure C below.)Figure C
Click on Add and then navigate to your new font path to add the new path.
You will notice that when you click Add to add the new path, the .fonts directory doesn't show up. That is because it is a hidden directory. You will have to type in .fonts in the directory text area and click OK in order to add the hidden directory.
GNOME/KDE: Both GNOME and KDE will automatically make use of the fonts that are placed in the ~/.fonts directory. You will have to go to each environment's control panel where you can configure each to use various fonts for each element of the desktop.Gotchas
I have, on a number of occasions, taken my collection of fonts (which is rather large) and placed them all into my ~/.fonts directory only to find out that one of those fonts was being used by Firefox as the default font. In some instances, this turned out to be not so great as the 'replacement' font was not a font that should be used to view Web pages. It took me a long time to find the offending font and I now know to never add that particular font to my ~/.fonts directory. I honestly have no idea why this happened. If Firefox suddenly starts rendering pages with a rather funky font, you will have to dig through your font collection, find the offending font, and remove it from the directory.
Another gotcha: With Scribus and The Gimp, the more fonts you add, the longer it will take for the applications to start up. So if your collection is reaching into the thousands, expect those applications to take a moment to start.
This version is free to try and will print 'Void' on your checks. Validation Print Codes are included free inside VersaCheck Security Check Refill packs which available at select retailers and online at versacheck.com. To remove 'Void' from your checks follow the automated instructions to Validate your Account and purchase a Validation Print Code. Create and print complete checks from VersaCheck Presto or directly from your QuickBooks, Quicken and Sage Accounting programs using inexpensive blank check paper. Print from multiple bank accounts using one check stock.One time installation and setup of the VersaCheck Presto software is quick, easy, and works with any printer.
Download Fonts For Arch Linux
All in all, adding fonts to Linux is far easier than it once was. You shouldn't have to manually edit X configuration files. With a more Windows-like approach to adding fonts, working with Linux in areas such as graphics or desktop publishing is no longer a chore.