В случае непреднамеренной замены, очистки каталога C:\Windows\Fonts или удаления стандартных шрифтов, используемых Windows 10, понадобится их восстановление. Пользователь может самостоятельно исправить неполадки и вернуть своей ОС нормальные символы вместо нечитаемых. Для подписи заголовков, ярлыков, значков, окон, написания текста, по умолчанию, Виндовс 10 применяет шрифт Segoe UI.
Через Командную строку
Как быстро восстановить файлы (Fonts), установленные ОС по умолчанию:
- активировать Командную строчку на администраторских правах;
- написать: control /name Microsoft.Fonts;
- откроется консоль Панель управления подпункт «Параметры шрифта»;
- нажать на строчку «Восстановление параметров шрифта по умолчанию».
Важно! Этот простой способ позволит быстро восстановить стандартные символы и удалить с ПК сторонние. Если не хватает файлов типа «fon» или «ttf», то этот метод восстановления не сработает. Удаленные символы можно взять из образа Вин 10 или из готового каталога из интернета.
Как восстановить на ПК поврежденные служебные данные:
- активировать Командную строчку на администраторских правах;
- напечатать в окошке: sfc /scannow;
- запустить сканирование и перезагрузить ноутбук;
- для восстановления файлов можно задать команду: DISM /Online /Cleanup-Image /RestoreHealth.
Как выполнить установку шрифтовых компонентов:
- скачать нужные символы на ПК;
- активировать Командную строчку на администраторских правах;
- зарегистрировать скачанные шрифтовые компоненты:
reg add «HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts» /v «FontName (TrueType)» /t REG_SZ /d FontName.ttf /f;
- скопировать: copy «FontName.ttf» «%WINDIR%\Fonts»;
- выполнить перезапуск ПК.
Вариант установки новых шрифтовых компонентов через PowerShell:
- активировать инструмент на администраторских правах;
- предварительно скачать на ПК новые символы;
- для регистрации новых символов написать: $fonts = (New-Object -ComObject Shell.Application).Namespace(0x14);
- для копирования написать: dir fonts/*.ttf | %{ $fonts.CopyHere($_.fullname) };
- перезапустить ноутбук.
Как найти или изменить шрифтовые символы:
- активировать сервис «Выполнить»;
- в окошке написать: regedit;
- откроется «Редактор…»;
- пройтись:
HKEY_LOCAL_MACHINE \ SOFTWARE\ Microsoft \ Windows NT \ CurrentVersion \ Console \ TrueTypeFont;
- в TrueTypeFont находится список шрифтовых компонентов, распознаваемых Командной строчкой;
- запомнить название;
- активировать Командную строчку на администраторских правах;
- открыть «Свойства» («Properties») консоли;
- перейти во вкладку «Font» («Шрифт»);
- отыскать в списке шрифт, который будет использоваться в консоли;
- выбрать его и нажать на «ОК».
С использованием Панели управления
Как вернуть Вин 10 стандартные шрифтовые символы:
- активировать Панель управления;
- отыскать подпункт «Шрифты»;
- подпункт «Параметры шрифта»;
- кликнуть по строчке «Восстановление параметров шрифта по умолчанию»;
- нажать на «ОК».
Важно! Использование возможностей консоли Панель управления позволяет убрать с ПК посторонние символы и оставить исключительно стандартные. Если были случайно удалены или заменены шрифтовые файлы с маркировкой «fon» или «ttf», то восстановление или сброс к ранним настройкам не поможет. Придется извлекать потерянные символы из образа Виндовса или скачивать из интернета. Пользователям необходимо знать, что Win 10 защищен блокировкой при попытке установить сторонние шрифтовые файлы.
Извлечение файлов из образов
Как извлечь стандартные шрифтовые символы из ISO-образа Виндовса:
- создать установочный носитель с ISO текущей редакции Win 10;
- подсоединить носитель к ПК (разместится, например, на диске D);
- активировать утилиту PowerShell на административных правах;
- для копирования компонентов с D написать:
Copy-Item D:\sources\install.wim C:\Distr\;
- когда вместо «wim» отображается «esd», написать:
dism /export-image /SourceImageFile:c:\distr\install.esd /SourceIndex:4 /DestinationImageFile: c:\distr\install.wim /Compress:max /CheckIntegrity;
- для перемещения «install.wim» в подкаталог «Distrwim» написать:
dism /mount-wim /wimfile:c:\Distr\install.wim /index:1 /mountdir:C:\Distr\wim;
- для быстрого копирования компонентов из «Distrwim» в подкаталог «Win Fonts» написать:
Copy-Item -path C:\Distr\wim\Windows\Fonts -Destination C:\Windows -recurse –container –force;
- для отключения WIM написать:
dism /unmount-wim /mountdir:C:\Distr\wim /discard;
- закрыть Powershell;
- перезагрузить ПК.
Важно! Если в момент извлечения файлов утилита DISM сигнализирует об ошибке, будто бы у пользователя нет прав подключать и изменять образ, рекомендуется проверить свойства install.wim. Возможно, активирована опция «Read-Only» (деактивировать).
Если после извлечения шрифтовых данных из образа Вин 10 ошибки с символами на компьютере не пропали, придется воспользоваться возможностями консоли Службы. Пользователю нужно сбросить кэш шрифтов.
Как выполнить очистку Font Cache:
- вызвать инструмент «Выполнить»;
- написать: services.msc;
- откроется окошко «Службы»;
- отыскать в списке «Windows Font Cache Service» или «Служба кэша шрифтов Windows»;
- вызвать для этого сервиса окошко «Свойства»;
- в «Общие» нажать на «Стоп»;
- закрыть служебную консоль;
- активировать Проводник;
- в поисковике написать: C:\Windows\ServiceProfiles\LocalService\AppData\Local\FontCache;
- в последнем подпункте под названием «Font Cache» отыскать файлы формата «DAT» и каждый удалить;
- перейти в папку под названием «C:\ Windows \ System 32»;
- найти и убрать компонент «FNTCACHE.dat»;
- перезапустить ПК.
Готовые архивы со стандартными шрифтами
Если слетели шрифтовые компоненты Вин 10, а у пользователя нет готового ISO-образа, можно скачать каталог со стандартными символами для ПК с другого ноутбука или из интернета. Для отладки Win 10 разрешается воспользоваться файлами из готового архива, такими как «OrigFonts-win10-1803.zip».
Как пользоваться готовым архивом:
- скачать каталог для своей версии Вин 10;
- распаковать файлы;
- выполнить копирование шрифтовых компонентов в подкаталог «C:\Windows\Fonts»;
- перезагрузить ноутбук.
Важно! Для отладки символов рекомендуется скачать «win10-default-fonts-reg.zip». В этом сборнике есть «fonts.reg» со всеми нужными шрифтами для «Fonts» из виндовского реестра «Current Version \ Fonts». В «FontSubstitutes.reg» этого архива содержатся настройки ассоциаций для «Current Version \ Font Substitutes».
Как выполнить установку шрифта с использованием сторонней утилиты:
- отыскать в интернете нужную программу (например, Font Massive Pack, FonTemp, Fast Font Preview);
- скачать утилиту на ПК;
- из предложенного списка выбрать понравившийся шрифт;
- установить его средствами утилиты.
Бесплатные менеджеры шрифтов помогают искать нужные символы в интернете и добавлять их на ПК (например, утилита FontNet Explorer). Правда, Виндовс, по мере загрузки сторонних приложений, часто засоряется новыми шрифтами. Очистить ОС от лишних символов поможет утилита FontFrenzy. Приложение NexusFont позволяет воспользоваться данными без загрузки файлов в ОС.
Если вы удалили или заменили один, или несколько системных шрифтов в Windows, вы можете воспользоваться восстановления стандартных шрифтов и их настроек. Если в системных (и не только) диалоговых окнах вместо нормальных символов отображаются что-то непонятное или вообще нечитаемые символы (в нашем примере, это иероглифы и квадратики), скорее всего в Windows отсутствуют какие-то файлы системных шрифтов. Такая проблема может возникнуть после деинсталляции стороннего приложения, которое при удалении вместе с собой удалило несколько файлов системных шрифтов (вплоть до полной очистки каталога со шрифтами C:\Windows\Fonts). Также проблема с шрифтами может встречаться, когда некая программа при установке заменила один из стандартных шрифтов своим собственным файлов.
В этой статье мы разберем методику, позволяющую восстановить стандартные системные шрифты Windows 10 или Windows 11 к состоянию чистой системы.
Содержание:
- Встроенное средство восстановления шрифтов Windows
- Как извлечь файлы стандартных системных шрифтов из установочного образа Windows 10 или 11?
- Сброс кэша шрифтов Windows
- Готовые архивы со стандартными шрифтами для Windows 10, 11 и 8.1
Встроенное средство восстановления шрифтов Windows
В первую очередь стоит попробовать восстановить стандартные шрифты Windows 10/8.1 с помощью встроенного функционала. Для этого:
- Откройте Панель управления и перейдите в раздел Оформление и персонализация –> Шрифты (Control Panel -> Appearance and Personalization -> Fonts). Эту панель можно открыть, выполнив команду:
control fonts
; - В левой панели выберите пункт Параметры шрифта (Font settings);
- В открывшемся окне нажмите кнопку Восстановить параметры шрифтов по умолчанию (Restore default font settings);
Данная опция позволяет удалить все сторонние шрифты, оставив только стандартные шрифты, поставляемые в дистрибутиве Windows. Однако, если файл нужного шрифта (*.fon или *.ttf) был удален или заменен, функция сброса не поможет.
В современных версиях Windows для отображения системного интерфейса по умолчанию используется шрифт Segoe UI. Убедитесь, что он есть в списке шрифтов в панели управления.
Чтобы вернуть нужный шрифт можно скопировать нужный файл из дистрибутива Windows (или с другого компьютера), скачав и установив файл шрифта вручную или через GPO (обратите внимание, что в Windows 10 есть функция блокировки установки сторонних шрифтов, которая может мешать установке новых шрифтов).
Совет. Установка большого количества шрифтов в Windows может привести к проблемам с производительностью системы и некоторых приложений (как правило, связанных с графикой и версткой).
Как извлечь файлы стандартных системных шрифтов из установочного образа Windows 10 или 11?
В Windows файлы шрифтов хранятся в каталоге C:\Windows\fonts. Попробуйте открыть ее в Проводнике File Explorer. Если в этом каталоге вы увидите только несколько файлов шрифтов с расширениями *.fon и *.ttf, значит, стандартные файлы шрифтов были удалены и их сброс встроенными средствами (как описано выше) не поможет.
Недостающие файлы шрифтов можно скопировать с любого компьютера с той же версией ОС, либо извлечь их из установочного диска или ISO/WIM образа Windows 10 (11). Рассмотрим второй случай.
Для этого нам понадобится установочный диск с Windows 10. Проще всего создать установочный ISO образ Windows с помощью утилиты Media CreationTool. Смонтируйте ISO образ в виртуальный привод (допустим, ему назначена буква диска H:).
Откройте командную строку PowerShell с административными правами и скопируйте файл H:\sources\install.wim или H:\sources\install.esd (подробнее про esd формат образа здесь) в каталог C:\Distr\.
Copy-Item D:\sources\install.wim C:\Distr\
Совет. Если в вашем дистрибутиве Windows есть только файл install.esd (подробнее про esd формат образа здесь), вы можете переконвертировать ESD файл в формат WIM с помощью команды:
dism /export-image /SourceImageFile:c:\distr\install.esd /SourceIndex:4 /DestinationImageFile: c:\distr\install.wim /Compress:max /CheckIntegrity
Смонтируйте файл установочного образа Windows 10 install.wim в каталог C:\Distr\wim:
dism /mount-wim /wimfile:C:\Distr\install.wim /index:1 /mountdir:C:\Distr\wim
Совет. Если команда DISM возвращает ошибку Error: 0xc1510111: You do not have permissions to mount and modify this image (
Ошибка: 0xc1510111: Отсутствуют разрешения на подключение и изменение образа
), проверьте, что в свойствах файла install.wim не установлен атрибут Read-Only.
Скопируйте оригинальные файлы шрифтов из каталога C:\Distr\wim\Windows\Fonts в системную папку C:\Windows\Fonts с заменой файлов в целевом каталоге. Воспользуйтесь такой командой PowerShell:
Copy-Item -path C:\Distr\wim\Windows\Fonts -Destination C:\Windows -recurse –container -force
Файлы шрифтов будут заменены оригинальными. Часть системных шрифтов, которые используются в текущий момент, заменить не удастся, об этом будет свидетельствовать ряд ошибок в окне консоли.
Теперь можно отключить WIM образ:
dism /unmount-wim /mountdir:C:\Distr\wim /discard
Перезагрузите компьютер и проверьте, исчезла ли проблема со шрифтами.
Сброс кэша шрифтов Windows
В Windows по-умолчанию включено кэширование шрифтов в каталоге
%WinDir%\ServiceProfiles\LocalService\AppData\Local\FontCache
(по аналогии с кэшем иконок). Это позволяет ускорить загрузку шрифтов в диалоговых окнах и приложения. Если кэш шрифтов поврежден, это также может вызвать проблемы с отображением шрифтов в Windows. Рекомендуем вручную сбросить текущий кэш шрифтов Windows.
Для этого нужно:
- Запустите консоль управления службами (
services.msc
); - Остановите службу Служба кэша шрифтов Windows (Windows Font Cache Service) в консоли или с помощью команды PowerShell:
get-service FontCache|stop-service –force
- Очистите каталог %WinDir%\ServiceProfiles\LocalService\AppData\Local\FontCache:
Get-ChildItem -Path C:\Windows\ServiceProfiles\LocalService\AppData\Local\FontCache -File | foreach { $_.Delete()};
- Удалите файл C:\Windows\System32\FNTCACHE.DAT: C:\Windows\System32\FNTCACHE.DAT:
Remove-Item c:\Windows\System32\FNTCACHE.DAT
- Запустите службу FontCache и перезагрузите компьютер.
Готовые архивы со стандартными шрифтами для Windows 10, 11 и 8.1
Для тех, у кого под рукой нет дистрибутива Windows 10 (Windows 11 b Windows 8.1), можно скопировать каталог с оригинальными шрифтами с другого компьютера с той же версий ОС, либо воспользоваться готовыми архивами со шрифтами. Вы можете скачать архивы по ссылкам ниже:
- Оригинальные шрифты для Window 8 – OrigFontsWin8.zip (201 Мб);
- Оригинальные шрифты для Windows 8.1 — OrigFontsWin8-1.zip (263 Мб);
- Оригинальные шрифты для Windows 10 21H1 (подойдет и для других билдов Windows 10) —OrigFonts-win10-21h1.zip (189 Мб)
- Оригинальные шрифты для Windows 11 — OrigFonts-win11.zip (190 Мб)
Скачайте и распакуйте архив для вашей версии Windows. Скопируйте содержимое архива в каталог C:\Windows\Fonts с заменой файлов.
Затем скачайте и примените reg файлы со стандартными настройками шрифтов в реестре для вашей версии Windows:
- Windows 10 — win10-default-fonts-reg.zip
- Windows 11 — win11-default-fonts-reg.zip
Каждый архив содержит три файла:
- win_10_fonts.reg содержит список стандартных шрифтов, зарегистрированных в реестре (HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts);
- win_10_FontSubstitutes.reg файл с настройками ассоциаций шрифтов (HKLM \SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes);
- win_restore_default_user_font_settings.reg – восстанавливает стандартные настройки шрифтов в пользовательской ветке реестра (HKCU\Software\Microsoft\Windows NT\CurrentVersion\Font Management).
Распакуйте архив и примените (дважды щелкните) по каждому reg файлу.
Перезагрузите компьютер, проблема со шрифтами должна пропасть!
Совет. Если проблема со шрифтами вызвана установкой нового шрифта, содержимое C:\Windows\Fonts перед заменой можно предварительно сбросить (используемые шрифты удалить не получится). Эта операция выполняется кнопкой в панели управления, о которой мы говорили выше.
Если ничего не помогает и шрифты отображаются некорректно, попробуйте проверить целостность вашего образа Windows с помощью команд:
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
Contents
- What is the default font for Windows?
- To check what font you are currently using as the default, do the following:
- Here’s how to change the default fonts on Windows 10:
- How to change your Windows font back to default
- To restore the default font settings in Windows 10, do the following:
- How to change your Windows font back to default via the Registry
- If you are an experienced Registry user, you can go ahead with the following steps:
If you’ve been using your Windows 10 PC for a while, you have probably made some changes to the way things work. For instance, one of the most common adjustments people make to their PCs is changing the font settings. While this may be a good idea for personalizing your Windows experience, at some point, you may want to restore your Windows font settings back to their defaults.
If you are wondering how to fix Windows 10 font problems, you are in the right place. Today, we will be looking into how to fix font issues on Windows 10.
First, we will check what the default font on Windows is. Second, we will show you how to change the default font on your system and what the consequences of that may be. Finally, we will give you two methods for restoring your Windows font settings to their defaults.
Let’s get started.
What is the default font for Windows?
The default font on Windows 10 is Segoe. It’s a pretty nice-looking font —but, of course, aesthetics are in the eye of the beholder. If you are not a fan of the Segoe font, you can easily change it. If you do, however, keep in mind that this will change the font on your whole system: it will affect your system’s icons, menus, title bar text, File Explorer, and more.
To check what font you are currently using as the default, do the following:
- On your keyboard, use the Win + I shortcut.
- This will launch the Settings window.
- Here, go to Personalization and select Fonts.
- At the top of the screen, you should see the official name of the font currently set as default.
Before making changes to your font settings in Windows, it is strongly advised that you back up your Windows Registry. This way, if anything goes wrong, you will be able to restore your Registry settings easily.
Here’s how to change the default fonts on Windows 10:
- Launch Run by pressing the Win and R buttons at the same time.
- Type “regedit” and press the Enter key on your keyboard.
Make sure you are using Windows Registry Editor Version 5.00 for this.
- Navigate to File > Export…
- You will need to save the new Registry file somewhere on your hard drive.
- Launch Notepad.
- Copy the commands below and paste them into the new Notepad file:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]
“Segoe UI (TrueType)”=””
“Segoe UI (TrueType)”=””
“Segoe UI Black (TrueType)”=””
“Segoe UI Black Italic (TrueType)”=””
“Segoe UI Bold (TrueType)”=””
“Segoe UI Bold Italic (TrueType)”=””
“Segoe UI Historic (TrueType)”=””
“Segoe UI Italic (TrueType)”=””
“Segoe UI Light (TrueType)”=””
“Segoe UI Light Italic (TrueType)”=””
“Segoe UI Semibold (TrueType)”=””
“Segoe UI Semibold Italic (TrueType)”=””
“Segoe UI Semilight (TrueType)”=””
“Segoe UI Semilight Italic (TrueType)”=””
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes]
“Segoe UI”=”Verdana”
In the last line, you will need to replace “Verdana” with the name of the font that you want to switch to. If you are not sure how the font is called, go to the Fonts folder (you can access it by searching for “fonts” in your Windows taskbar). Locate the font you want to use and note down its exact name. While experimenting with different fonts is definitely fun and can help you fully customize your experience, make sure you are not using fonts that can make your system unreadable (like Wingdings, which is too small) or hard to manage. Otherwise, you may have trouble navigating the interface and changing fonts again.
After you’ve changed the font name in the last line, go to File and click Save. Make sure that the file has the .reg extension. Other than that, you can give this file any name you want.
Next, double-click the Registry file that you have just created. You will be asked to allow the file to make changes to your system — agree and continue. Hold on for the confirmation that the changes have been made.
The final step will be to restart your PC to make sure all the new changes take effect.
Just don’t change the default font to something that can render your system completely unreadable.
How to change your Windows font back to default
Windows 10 features TrueType fonts and OpenType fonts installed out of the box. These files will have the TTF or OTF file extension. They also support scaling and look really good on modern displays.
OpenType is more flexible font software as it supports any writing script and comes with an advanced typographic “layout” feature that allows for the positioning and replacement of rendered glyphs.
There is a special section in the Settings app called Fonts — head to Personalization to find it. Here you can get access to all the new feature releases, like color fonts or variable fonts. This section has replaced the earlier Fonts Control Panel applet.
When you head to the dedicated Fonts page in Settings, you will be able to see a mini preview of each font family. These previews will give you a good idea of what each font will look like on your system and with the language you are using. If the said font comes with multi-color capabilities built into it, you will also see it in the preview.
Now, if you’ve explored new font customization features in Windows 10 and now want to go back to your default Windows font settings, here’s what you should do.
To restore the default font settings in Windows 10, do the following:
- First, head to the classic Control Panel app.
- Navigate to Control Panel\Appearance.
- Here, locate Personalization\Fonts.
- A folder will open, with all available fonts listed in alphabetical order.
- On the left, find the link that says “Font settings”.
- On the next page, press the button that says “Restore default font settings”.
- This will take your font settings to their originals — no matter how many changes you’ve made.
There is another way to restore your font settings to their defaults on a Windows 10 PC — you can do it via a simple Registry tweak.
How to change your Windows font back to default via the Registry
You can restore your font settings to their defaults using the method we’ve described above. However, you can also do it using the Registry. To make the changes, you will need Windows Registry Editor Version 5.00.
Note that while this is a rather simple tweak to make, it is still only recommended for users who are familiar with how the Registry works and have made similar changes before. Making a mistake while editing the Registry can lead to serious issues with your system — and it’s best to leave this method to more experienced users.
If you are an experienced Registry user, you can go ahead with the following steps:
- Open Windows Registry Editor Version 5.00.
- Create a REG file with the following contents:
[HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Font Management]
“Auto Activation Mode”=dword:00000001
“InstallAsLink”=dword:00000000
“Inactive Fonts”=-
“Active Languages”=-
[-HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Font Management\Auto Activation Languages]
- Save the file and double-click it to apply the changes.
If you don’t feel comfortable making Registry changes, you can find ready-made REG files for restoring your fonts on some Windows forums. In this case, you can simply download the file you need and double-click it to make the changes.
And there you have it. Above, we have covered how you can change fonts on Windows 10 and what you can do to restore the font settings back to their defaults. We hope this information has been helpful and you now have a better understanding of how fonts work on Windows.
Before you go, there is just one more thing we’d like to recommend. As you download files from the internet (for instance, the REG file we’ve suggested above), it is absolutely essential that you have proper security on board — this means you need anti-malware software that can detect even the newest and rarest threats. We recommend using Auslogics Anti-Malware. This program has been designed specifically for Windows and is able to timely detect almost any threat that could be affecting your system. Auslogics Anti-Malware is very easy to use and can be installed in just a few steps. Once on board, the software will run automatic checks of your system, focusing on malicious programs running in the background, cookies that could be trying to gather your personal data, suspicious startup items, Registry entries, and browser extensions, and more. You can also personalize the way the program works. You can choose to run a quick scan (which will look into the main folders on your PC), a deep scan (which will look into the deepest corners of your system) and a custom scam (in this case, you define what areas of your system should be inspected).
Using Auslogics Anti-Malware can keep your PC safe and make your overall experience smooth and efficient — especially when downloading data from the web.
(Image credit: Windows Central)
On Windows 10, you can change the default system font, but you now have to make changes to the Registry to complete this task.
In older versions like Windows 7, the Control Panel included personalization settings to change the system font for many visual elements on the desktop, such as File Explorer, icons, title bars, menus, message boxes, and more. However, for some reason, Windows 10 removed these settings, and you are now stuck with the default system font.
However, it is possible to change the «Segoe UI» default font on Windows 10, if that is something you want to do. Now, it just takes a few more steps using the Registry.
In this Windows 10 guide, we will walk you through the steps to change the default system font for most desktop elements.
- How to change default font on Windows 10
- How to restore default system font on Windows 10
How to change default font on Windows 10
To change the system font on Windows 10, use these steps:
Warning: This is a friendly reminder that editing the Registry is risky and can cause irreversible damage to your installation if you don’t do it correctly. It’s recommended to make a full backup of your PC before proceeding. Alternatively, you can create a system restore point, which will also help you revert the changes.
- Open Start.
- Search for Notepad and click the top result to open the text editor.
- Copy and paste the following Registry code onto the file: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-NAME»
- Open Settings.
- Click on Personalization.
- Click on Fonts.
- Select the font family you want to use.
- Note the official name of the font family – for example, Courier New.
- In the Notepad text with the Registry code, replace «NEW-FONT-NAME» with the name of the font you want to use in the entire system – for example, Courier New.
- Click the File menu.
- Select the Save as option.
- Use the «Save as type» drop-down menu and select the All Files option.
- Confirm a descriptive name for the file, such as «my-system-font,» and use the «.reg» as the extension – for example, my-system-font.reg.
- Click the Save button.
- Right-click the newly created «.reg» file and select the Merge option.
- Click the Yes button.
- Click the OK button.
- Restart the computer.
Once you complete the steps, the new font should be available throughout the desktop visual elements, including File Explorer, message box, taskbar, and apps that use the system default font settings.
Although you can select from a lot of different fonts, it is recommended to choose a style that is easy to understand since fonts like Webdings or Wingdings use symbols, and they can cause issues to the installation.
How to restore default system font on Windows 10
If you change your mind, you can always restore the previous settings using the Registry or using a restore point.
Undo settings with Registry
To restore the default font settings on Windows 10, use these steps:
- Open Start.
- Search for Notepad and click the top result to open the text editor.
- Copy and paste the following Registry code onto the file: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»=-
- Click the File menu.
- Select the Save as option.
- Use the «Save as type» drop-down menu and select the All Files option.
- Confirm a descriptive name for the file, such as «restore-default-font,» and use the «.reg» as the extension – for example, restore-default-font.reg.
- Click the Save button.
- Right-click the newly created «.reg» file and select the Merge option.
- Click the Yes button.
- Click the OK button.
After you complete the steps, the Windows 10 default font should rollback to the previous configuration.
Undo settings with Restore point
Alternatively, you could also use a previous restore point created before modifying the font settings to undo the changes. However, use this option as a last resort, since depending on when you are restoring the system, the feature may also undo other system changes you may have configured after the restore point was created.
To undo system changes, use these steps:
- Open Start.
- Search for Create a restore point and select the top result to open the app.
- Click the System Protection tab.
- Click the System Restore button.
- Click the Next button.
- Select the restore point you created before applying the settings.
- Click the Next button.
- Click the Finish button.
Once you complete the steps, the system will need to be restarted to finish the process.
All the latest news, reviews, and guides for Windows and Xbox diehards.
Mauro Huculak is technical writer for WindowsCentral.com. His primary focus is to write comprehensive how-tos to help users get the most out of Windows 10 and its many related technologies. He has an IT background with professional certifications from Microsoft, Cisco, and CompTIA, and he’s a recognized member of the Microsoft MVP community.