Notepad Font

Off-topic posts of interest to the "Everything" community.
Post Reply
Debugger
Posts: 565
Joined: Thu Jan 26, 2017 11:56 am

Notepad Font

Post by Debugger »

How do I restore default Notepad settings?
-Font
- Font style
-Font size
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: Notepad Font

Post by void »

Notepad stores its settings in the registry under the following key:
HKEY_CURRENT_USER\Software\Microsoft\Notepad

To reset all of Notepads settings:
Make sure Notepad is not running
Rename the following registry key:
HKEY_CURRENT_USER\Software\Microsoft\Notepad
to:
HKEY_CURRENT_USER\Software\Microsoft\Notepad.backup
Debugger
Posts: 565
Joined: Thu Jan 26, 2017 11:56 am

Re: Notepad Font

Post by Debugger »

And what is the font and style in this forum?
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: Notepad Font

Post by void »

Depends what browser and OS you are using.

Most likely, Trebuchet MS size 8.

Using Firefox on Windows 7:
font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
line-height: 1.4em;
font-size: 1.3em;

Press F12 in your browser and use the Inspector for more information.
Post Reply