add font to phpstorm

#COPIED FROM STACK OVERFLOW
https://stackoverflow.com/a/43407710


There is no need to add fonts to the IntelliJ IDE directly. You should install the font to your OS.

For Ubuntu:
Download the font (e.g. .otf),
Unzip it,
and then install by double-clicking on the font file and push 'install' btn,
or alternatively: put your fonts in /usr/share/fonts/opentype and update the fonts cache with sudo fc-cache -f -v
For the Windows:
Open the Windows Control Panel.
Select Appearance and Personalization.
At the bottom, select Fonts. ...
To add a font, simply drag the font file into the font window.
To remove fonts, just right click the chosen font and select Delete.
Click Yes when prompted.
Go to the PhpStorm (or whatever IntelliJ) Settings -> Fonts, and remove a tick from the 'Show only monospaced fonts' checkbox.
Then you'll see a full list of fonts of your system in the dropdown below. If there is no your installed font, you should restart your IDE and repeat the 3-rd step.

Enjoy ;)

Are there any code examples left?
Made with love
This website uses cookies to make IQCode work for you. By using this site, you agree to our cookie policy

Welcome Back!

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign in
Recover lost password
Or log in with

Create a Free Account

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign up
Or sign up with
By signing up, you agree to the Terms and Conditions and Privacy Policy. You also agree to receive product-related marketing emails from IQCode, which you can unsubscribe from at any time.
Creating a new code example
Code snippet title
Source