How do I Change the system Font on my windows 11 laptop?

nariman teymourian 0 Reputation points
2024-06-22T16:24:08.8033333+00:00

I have tried everything including going to Personalization and finding the font I want but there is no way to set that as System Default. I have seen videos on how to edit the Registry but they don't work. Can you help?

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,792 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Kapil Arya 7,851 Reputation points MVP
    2024-06-22T16:43:02.18+00:00

    Hello,

    Refer this guide:

    https://www.kapilarya.com/how-to-change-default-font-in-windows-11

    Let us know if this helps!

    0 comments No comments

  2. Ian Xue (Shanghai Wicresoft Co., Ltd.) 33,301 Reputation points Microsoft Vendor
    2024-06-25T02:52:14.0866667+00:00

    Hi nariman teymourian,

    Thanks for your post. Please try the following ways and see if it works.

    Step 1: Locate to the font location.

    1. Press Win + I together to open Settings.
    2. Choose Personalization > Fonts.

    3.In the next window, scroll down to see a list of the available fonts and pick one from them.

    1. Note down the full name of the selected font.

    Step 2: Generate System front files.

    1. Type Notepad in Windows search and click Open.
    2. In the Notepad window, type the code mentioned below. Make sure you replace the Font name with the complete name of the font you selected earlier.
    3. Put in:

    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"="Font name"

    1. Once done, navigate to File > Save as.
    2. Enter a name for the file and add .reg with it. For instance, if you are choosing the Inter font, you can name the font as Inter.reg.
    3. Now, launch this document and choose Yes in the prompt by the Registry Editor.

    Click OK to proceed.

    Finally, restart your PC to implement the changes.

    Font: https://www.makeuseof.com/windows-11-customize-...

    Note: This is a non-Microsoft website. The page appears to be providing accurate, safe information. Watch out for ads on the site that may advertise products frequently classified as a PUP (Potentially Unwanted Products). Thoroughly research any product advertised on the site before you decide to download and install it.

    Hope this helps.

    Best Regards,

    Ian Xue


    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments