Logo

dev-resources.site

for different kinds of informations.

Installing a Nerd Font in Ubuntu

Published at
5/8/2024
Categories
ubuntu
font
linux
Author
thiagomg
Categories
3 categories in total
ubuntu
open
font
open
linux
open
Author
8 person written this
thiagomg
open
Installing a Nerd Font in Ubuntu

This is a simple step-by-step guide to install nerd fonts in Ubuntu

Downloading

Download the font you want from Nerd Fonts website
https://www.nerdfonts.com/font-downloads

Unzip the file downloaded

Replace UbuntuMono.zip with the font you just downloaded

filename=UbuntuMono.zip
extension="${filename##*.}"
filename="${filename%.*}"
mkdir ${filename} && pushd ${filename}
unzip ../${filename}.${extension}
popd
Enter fullscreen mode Exit fullscreen mode

Moving to the correct location and update font cache

Now, let's create a .fonts directory and move the new font there

mkdir -p ~/.fonts
mv ${filename} ~/.fonts/
Enter fullscreen mode Exit fullscreen mode

Last, but not least, we need to update Ubuntu's font cache

fc-cache -fv
Enter fullscreen mode Exit fullscreen mode

You should now be able to see have the font available.

font Article's
30 articles in total
Favicon
Variable, Real Fonts: A Glimpse into the Future, plan "B"
Favicon
How to add custom fonts and viewports in storybook?
Favicon
Dafont: A Designer’s Best Friend for Unique Fonts
Favicon
Best Design Resources
Favicon
OTF vs TTF: Best Font Format for Flutter App Development
Favicon
Cool Banner Font Size Tool
Favicon
Liquid Display Fonts in Motion Graphics: Creating Visually Stunning Animations
Favicon
The Ultimate Guide to Choosing and Using Fonts for Your Projects
Favicon
Interactive Type + Code with Google Fonts
Favicon
Roboto's weight in Figma is fake
Favicon
Installing a Nerd Font in Ubuntu
Favicon
How To Use Google Fonts in web app🚀
Favicon
Unlock Limitless Creativity: 7000+ Fonts Bundle – Instant Installation Awesomeness!
Favicon
Unlock Limitless Creativity: 7000+ Fonts Bundle – Instant Installation Awesomeness!
Favicon
فونت فارسی ایران سنس – IranSansX
Favicon
TCPDF: How to add new custom font in tcpdf
Favicon
Why I love Monaspace font for coding
Favicon
Font Loading API: A Fun and Powerful Tool for Making Your Web Pages Look Amazing
Favicon
Zalgo Font Generator: Elevate Your Content with Creepy Text
Favicon
The typeface you didn't know you wanted and were trained to hate
Favicon
Using condensed font with Flutter
Favicon
La typographie en CSS...
Favicon
Grogie – Modern Serif Font
Favicon
Dynamic font-size using only CSS3
Favicon
Using custom fonts in a Chakra UI - React app
Favicon
Configuring your fonts in Next.js 13 with Stitches
Favicon
Como criar fonte de ícones
Favicon
How to use @next/font globally
Favicon
Creating your own handwriting into a usable font.
Favicon
Convert variable font to static font using Python

Featured ones: