如果您厌倦了在Windows 11/10上使用默认系统字体,您可以通过简单的注册表修改将其更改为您想要的字体。这将更改桌面图标(如回收站(Recycle))的默认系统字体,包括标题栏、消息框等。
在旧版本(Windows 7 或更低版本)中,更改默认系统字体并不是什么大问题。通过控制面板(Control Panel)中的个性化设置非常简单直接。但是由于某种原因,这些设置被删除了,用户仍然坚持使用默认的系统字体。你必须这样做:
- (Right-click)在屏幕的空白区域右击鼠标并选择自定义(Customize)。
- 单击窗口的颜色(Click Color)和外观。
- 然后,单击打开(Open)经典外观属性以获取其他颜色选项。
- 接下来单击高级按钮。
- 下拉(Pull)列表项并选择要更改字体的元素,例如图标。
- 然后下拉字体(Font)列表并选择要使用的字体。然后定义它的大小和角(粗体或斜体)。
- 然后对其他元素重复该操作进行自定义。最后,单击 OK 按钮,然后单击Apply。更改是即时的,您不必重新启动计算机。
在本文中,我们将展示如何change the default system font on Windows 11/10注册表编辑器(Registry Editor)恢复默认系统字体的方法。在继续之前,您必须知道的一件事是,如果没有适当的技能,编辑注册表是危险的。它可能会永久损坏您的系统,这可能是不可逆转的。因此,如果您对自己在做什么有一点了解,那么您可以跳过它并请技术人员完成调整。
(Change)在Windows 11/10更改默认系统字体(System Font)
在继续使用这些步骤之前,请记住先创建系统还原点。
要开始使用,请先打开记事本(Notepad)。您可以使用运行(Run)命令打开它。只需(Simply)按Windows+R键启动“运行”(Run)对话框,在文本字段中键入记事本,然后(Notepad)按 Enter 键(Enter)打开记事本(Notepad)应用程序。
在记事本(Notepad)应用程序中,复制并粘贴以下文本代码:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]
"Segoe UI (TrueType)"=""
"Segoe UI Bold (TrueType)"=""
"Segoe UI Bold Italic (TrueType)"=""
"Segoe UI Italic (TrueType)"=""
"Segoe UI Light (TrueType)"=""
"Segoe UI Semibold (TrueType)"=""
"Segoe UI Symbol (TrueType)"=""
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes]
"Segoe UI"="NEW_FONT"
现在,打开设置应用程序(open the Settings app)并单击个性化(Personalization)类别。
在左窗格中,选择字体(Fonts)选项卡。您将在右侧看到大量字体系列。
从列表中选择您要使用的字体,并记下其官方(Official)名称。例如 - Book Antiqua。
现在将“ NEW_FONT ”替换为您从“设置”(Settings)页面中选择的字体名称。因为我更喜欢在整个系统中使用字体名称“ Book Antiqua ”,所以可以看到上图,我已经将注册表代码中的“NEW_FONT”替换为Book Antiqua。
替换记事本(Notepad)中的字体名称后,单击“文件(File )”菜单,然后选择“另存为”(“Save as”)选项。在另存为(Save as)页面上,将“另存为类型”切换为所有文件(All Files)。
命名文件,选择文件的首选位置,然后单击保存(Save)按钮。文件名必须具有 .reg 扩展名。例如 – 我将文件命名为my_font。因此,我的扩展名为 .reg 的文件的名称应该是“my_font.reg”。
现在转到保存.reg文件的位置。(.reg)然后右键单击它并从上下文菜单中选择合并(Merge)选项。
单击是(Yes),然后单击确定(OK)按钮以保存更改。
执行上述步骤后,重新启动计算机,新字体将替代整个系统。
阅读(Read):如何更改 Word、Excel、PowerPoint 中的默认字体。
在 Windows 11/10 上恢复默认系统字体
如果您想在Windows设备上使用以前的配置,可以使用以下说明恢复更改:
打开“开始(Start)”菜单,键入Notepad,然后选择结果顶部以打开记事(Notepad)本文本编辑器。
在记事本(Notepad)应用程序区域中,复制并粘贴以下文本代码:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]
"Segoe UI (TrueType)"="segoeui.ttf"
"Segoe UI Black (TrueType)"="seguibl.ttf"
"Segoe UI Black Italic (TrueType)"="seguibli.ttf"
"Segoe UI Bold (TrueType)"="segoeuib.ttf"
"Segoe UI Bold Italic (TrueType)"="segoeuiz.ttf"
"Segoe UI Emoji (TrueType)"="seguiemj.ttf"
"Segoe UI Historic (TrueType)"="seguihis.ttf"
"Segoe UI Italic (TrueType)"="segoeuii.ttf"
"Segoe UI Light (TrueType)"="segoeuil.ttf"
"Segoe UI Light Italic (TrueType)"="seguili.ttf"
"Segoe UI Semibold (TrueType)"="seguisb.ttf"
"Segoe UI Semibold Italic (TrueType)"="seguisbi.ttf"
"Segoe UI Semilight (TrueType)"="segoeuisl.ttf"
"Segoe UI Semilight Italic (TrueType)"="seguisli.ttf"
"Segoe UI Symbol (TrueType)"="seguisym.ttf"
"Segoe MDL2 Assets (TrueType)"="segmdl2.ttf"
"Segoe Print (TrueType)"="segoepr.ttf"
"Segoe Print Bold (TrueType)"="segoeprb.ttf"
"Segoe Script (TrueType)"="segoesc.ttf"
"Segoe Script Bold (TrueType)"="segoescb.ttf"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes]
"Segoe UI"=-
现在单击“文件(File)”菜单,然后选择“另存为”(“Save as”)选项。在另存为(Save as)页面上,使用下拉菜单将“保存类型”切换为所有文件(All Files)。
此后,您必须命名文件,选择保存文件的首选位置,然后单击“保存(Save)”按钮。使用 .reg 扩展名保存文件。例如 – 我将文件命名为restore_my_font。因此,我的扩展名为 .reg 的文件的名称应该是“restore_my_font.reg”。
现在转到保存restore_my_font.reg文件的位置。然后右键单击它并从上下文菜单中选择合并(Merge)选项。
单击是(Yes),然后单击确定(OK)按钮以保存更改。
完成后,重新启动计算机,它会将您的系统配置恢复为默认字体。
提示(TIP):Advanced System Font Changer可让您更改Windows中的系统字体(System Font)。
Windows 11或 Windows 10中的默认字体是什么?
Segoe UI是Windows 11和Windows 10系列操作系统中的默认字体。Segoe UI(用户界面(User Interface))是Segoe系列的成员,它用于大多数 Microsoft 产品的用户界面文本,以及它的许多在线服务。
How to change default System Font in Windows 11/10
If you’re tired of using the default system font оn Windows 11/10, yоu can change it to your desired font with a simple regiѕtry tinkering. Thіs will change the default system fоnts of the desktop icons like Recycle bin, including title bar, message box, аnd others.
In the older version (Windows 7 or lower version) changing the default system font was not a big deal. It was quite easy and straightforward through personalization settings in the Control Panel. But for some reason, these settings were removed and users remained stuck with the default system font. You had to do just this:
- Right-click the mouse on a blank area of the screen and choose Customize.
- Click Color and appearance of windows.
- Then, click Open classic appearance properties for additional color options.
- Next click the Advanced button.
- Pull down the list item and choose the element you want to change the font, icon, for example.
- Then pull down the Font list and choose the font to use. Then define its size and horns (bold or italic).
- Then repeat the operation for the other elements to customize. Finally, click on the OK button and then click Apply. The change is immediate and you don’t have to restart your computer.
In this article, we will show how to change the default system font on Windows 11/10, including the way to restore the default system font using the Registry Editor. Before you proceed, one thing you must know is that without having proper skills, editing a registry is dangerous. It can damage your system permanently which might be irreversible. So, if you have a little knowledge of what you’re doing then you can skip it and ask a skilled person to complete the adjustment.
Change default System Font in Windows 11/10
Before you go ahead and use the steps, do remember to create a system restore point first.
To get started, open Notepad first. You can open it using the Run command. Simply press Windows+R keys to launch the Run dialog box, type Notepad in the text field, then hit Enter to open the Notepad app.
In the Notepad app, copy and paste the following text code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]
"Segoe UI (TrueType)"=""
"Segoe UI Bold (TrueType)"=""
"Segoe UI Bold Italic (TrueType)"=""
"Segoe UI Italic (TrueType)"=""
"Segoe UI Light (TrueType)"=""
"Segoe UI Semibold (TrueType)"=""
"Segoe UI Symbol (TrueType)"=""
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes]
"Segoe UI"="NEW_FONT"
Now, open the Settings app and click on the Personalization category.
In the left pane, select the Fonts tab. You will see a large collection of the font family on the right.
Select the font you want to use from the list and also note its Official name. For example – Book Antiqua.
Now replace “NEW_FONT” with the font name you have selected from the Settings page. Because I prefer the font name “Book Antiqua” to be used in the entire system so, you can see the above image, I have replaced the “NEW_FONT” with the Book Antiqua in the registry code.
After replacing the font name in the Notepad, click on the File menu and then select the “Save as” option. On the Save as page, switch “Save as type” to All Files.
Name the file, choose the preferred location of your file, and then click the Save button. The file name must have the .reg extension. For instance – I have named my file my_font. So, the name of my file with the .reg extension should be “my_font.reg”.
Now go to the location where the .reg file has been saved. Then right-click on it and select the Merge option from the context menu.
Click Yes and then hit the OK button to save the changes.
After performing the above steps, restart your computer and the new font will substitute in the entire system.
Read: How to change default font in Word, Excel, PowerPoint.
Restore default system font on Windows 11/10
If you want the previous configuration on your Windows device, you can revert the changes using the following instructions:
Open the Start menu, type Notepad, then select the top of the result to open the Notepad text editor.
In the Notepad app area, copy and paste the following text code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]
"Segoe UI (TrueType)"="segoeui.ttf"
"Segoe UI Black (TrueType)"="seguibl.ttf"
"Segoe UI Black Italic (TrueType)"="seguibli.ttf"
"Segoe UI Bold (TrueType)"="segoeuib.ttf"
"Segoe UI Bold Italic (TrueType)"="segoeuiz.ttf"
"Segoe UI Emoji (TrueType)"="seguiemj.ttf"
"Segoe UI Historic (TrueType)"="seguihis.ttf"
"Segoe UI Italic (TrueType)"="segoeuii.ttf"
"Segoe UI Light (TrueType)"="segoeuil.ttf"
"Segoe UI Light Italic (TrueType)"="seguili.ttf"
"Segoe UI Semibold (TrueType)"="seguisb.ttf"
"Segoe UI Semibold Italic (TrueType)"="seguisbi.ttf"
"Segoe UI Semilight (TrueType)"="segoeuisl.ttf"
"Segoe UI Semilight Italic (TrueType)"="seguisli.ttf"
"Segoe UI Symbol (TrueType)"="seguisym.ttf"
"Segoe MDL2 Assets (TrueType)"="segmdl2.ttf"
"Segoe Print (TrueType)"="segoepr.ttf"
"Segoe Print Bold (TrueType)"="segoeprb.ttf"
"Segoe Script (TrueType)"="segoesc.ttf"
"Segoe Script Bold (TrueType)"="segoescb.ttf"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes]
"Segoe UI"=-
Now click on the File menu and then select the “Save as” option. On the Save as page, use the drop-down menu to switch “Save as type” to All Files.
Thereafter you have to name the file, choose the preferred location to save the file, and then click the Save button. Save the file with the .reg extension. For example – I have named my file restore_my_font. So, the name of my file with the .reg extension should be “restore_my_font.reg”.
Now go to the location where you have saved the restore_my_font.reg file. Then do a right-click on it and select the Merge option from the context menu.
Click Yes then hit the OK button to save the changes.
Once you have done, restart your computer and it will revert your system configuration to the default font.
TIP: Advanced System Font Changer lets you change System Font in Windows.
What is the default font in Windows 11 or Windows 10?
Segoe UI is the default font in Windows 11 and Windows 10 families of operating systems. Segoe UI (User Interface) is a member of the Segoe family and it is used in most Microsoft products for user interface text, as well as for many of its online services.