this is a extra element for clear the floated element
更改Windows系统默认字体的方法
  • 12/31
  • 2008
系统技巧 | Windows 8347 次查看
  Windows XP/sp1/sp2的修改方法:

  打开注册表编辑器找到这里

  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\GRE_Initialize]

  把"GUIFont.Facename"字符串的值改为Tahoma

  把"GUIFont.Height"DWORD值改为8

  结果如下面所示:

  "GUIFont.Facename"="Tahoma"

  "GUIFont.Height"=dword:00000008

  Windows Vista修改方法(2个地方):

  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\GRE_Initialize]

  "GUIFont.Facename"="Tahoma"

  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes]

  "MS Shell Dlg 2"="Tahoma"

  "MS Shell Dlg"="Tahoma"