Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to import fonts to Notepad++?

Tags:

notepad++

web

I use Notepad++ to write websites and I'm using the "consolas" font, but I would like to use "inconsolata" which is not available in the Style Configurator (version 6.9.2). Is there a way to import a font to Notepad++?

like image 557
Kari Or Avatar asked Sep 06 '25 19:09

Kari Or


1 Answers

In Notepad++ you can use all installed fonts. So download the consolas OpenType file, run it and click Install.

From there you should be able to select it in Notepad++

Make sure to check "Enable global font" (also font size, and the various global font styles).

enter image description here

like image 170
Daniel Avatar answered Sep 10 '25 08:09

Daniel