How do I restore default Notepad settings?
-Font
- Font style
-Font size
Notepad Font
Re: Notepad Font
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
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
Re: Notepad Font
And what is the font and style in this forum?
Re: Notepad Font
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.
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.