mirror of
https://github.com/Brandon-Rozek/website.git
synced 2024-11-09 10:40:34 -05:00
962 B
962 B
title | date | draft | aliases | tags | medium_enabled | |||
---|---|---|---|---|---|---|---|---|
Custom System Fonts | 2019-05-27T12:15:25-04:00 | false |
|
|
true |
Warning: This blog post partially applies to Ubuntu-based operating systems
I wanted to add a font to an image on GIMP. Now I wanted to make it so that the font is available system-wide in case I ever needed it again.
Following this blog post from It's FOSS I decided to make a .fonts
folder in my home directory. After that you can download various font's from Font Squirrel, dafont, Google Fonts, and others and drop the .otf
or .ttf
files into the .fonts
folder.
Then to finally achieve my goal, I made sure I added /home/user/.fonts
folder to my fonts as outlined on the GIMP documentation