Install Custom fonts in Ubuntu 18.04
January 8, 2019
tl;dr
The fonts are saved in: ~/.lcoal/share/fonts
code
# Create fonts dir
mkdir -p ~/.local/share/fonts
# Copy fonts to this dir
cp open-sans/* ~/.local/share/fonts
January 8, 2019
The fonts are saved in: ~/.lcoal/share/fonts
# Create fonts dir
mkdir -p ~/.local/share/fonts
# Copy fonts to this dir
cp open-sans/* ~/.local/share/fonts