<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>fonts windows 10 Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/fonts-windows-10/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Wed, 26 Feb 2020 03:13:40 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>How to change the default font in Windows 10</title>
		<link>https://www.osradar.com/how-to-change-the-default-font-in-windows-10/</link>
					<comments>https://www.osradar.com/how-to-change-the-default-font-in-windows-10/#respond</comments>
		
		<dc:creator><![CDATA[Mel]]></dc:creator>
		<pubDate>Wed, 26 Feb 2020 03:13:40 +0000</pubDate>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[change fonts]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[fonts windows 10]]></category>
		<category><![CDATA[windows customization]]></category>
		<category><![CDATA[windows personalization]]></category>
		<guid isPermaLink="false">https://windowsmen.com/?p=445</guid>

					<description><![CDATA[<p>Hi, how are you? The font is a distinctive aspect of any make or model. In fact, many people are able to recognize a product just by looking at its typeface. Windows 10 is no exception, and for that reason it comes with a characteristic font by default. This font is Segoe UI. However, each [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-change-the-default-font-in-windows-10/">How to change the default font in Windows 10</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hi, how are you? The font is a distinctive aspect of any make or model. In fact, many people are able to recognize a product just by looking at its typeface. Windows 10 is no exception, and for that reason it comes with a characteristic <a href="https://docs.microsoft.com/en-us/typography/fonts/windows_10_font_list" target="_blank" rel="noreferrer noopener" aria-label="font  (opens in a new tab)">font </a>by default. This font is <em>Segoe UI</em>. However, each person has their own particular preferences. This includes colors, sizes, and also the system font. Personally, I like to give my personal touch to the operating system. And this implies modifying the type of font that the system brings. On the other hand, this is not something that can be modified with any command or system configuration. For that reason, let&#8217;s see how to change the default font in Windows 10. </p>



<h2>How to change the font in Windows 10</h2>



<p>As mentioned above, this procedure cannot be done from the Windows 10 configuration. In fact, the system displays the amount of fonts available, but does not show the option to change it. In this case, it is advisable to make a backup of the registry before modifying it. This way, if there is any problem, you can always recover the original state of the registry keys. To know how to backup and restore them, I invite you to see our <a rel="noreferrer noopener" aria-label="post (opens in a new tab)" href="https://windowsmen.com/how-to-backup-and-restore-a-registry-key-in-windows-10/" target="_blank">post</a>. Next we will see which are the sources available in the system. With this intention please enter the Windows configuration by pressing the Win+I combination. Once there, select <strong>Personalization</strong>.</p>



<figure class="wp-block-image size-large td-caption-align-https://windowsmen.com/wp-content/uploads/2020/02/font.jpg"><img src="https://windowsmen.com/wp-content/uploads/2020/02/font-1024x550.jpg" alt="Select System Personalization." class="wp-image-446"/><figcaption>Select System Personalization.</figcaption></figure>



<p>Then select the Font menu in the left column. The available fonts will then be displayed. Please select the font you wish to apply and copy its name verbatim.</p>



<figure class="wp-block-image size-large td-caption-align-https://windowsmen.com/wp-content/uploads/2020/02/font2-1.jpg"><img src="https://windowsmen.com/wp-content/uploads/2020/02/font2-1-1024x550.jpg" alt="List of fonts available in Windows 10." class="wp-image-449"/><figcaption> <em>List of fonts available in Windows 10.</em> </figcaption></figure>



<p> Then open your favorite text editor and paste the following text:</p>



<pre class="wp-block-code"><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"</code></pre>



<p>Please remember to replace <em>New Font</em> with the font you previously selected. In this specific case, I chose the <em>Segoe Prin</em>t font, so the text editor should look like this.</p>



<figure class="wp-block-image size-large td-caption-align-https://windowsmen.com/wp-content/uploads/2020/02/font3.jpg"><img src="https://windowsmen.com/wp-content/uploads/2020/02/font3-1024x550.jpg" alt="Text file to modify the font in Windows 10." class="wp-image-450"/><figcaption>Text file to modify the font in Windows 10.</figcaption></figure>



<p>Next, save the file in any location but verify that its extension is a registry file (.reg).</p>



<figure class="wp-block-image size-large td-caption-align-https://windowsmen.com/wp-content/uploads/2020/02/font3-1.jpg"><img src="https://windowsmen.com/wp-content/uploads/2020/02/font3-1-1024x550.jpg" alt="Text file with new font settings." class="wp-image-452"/><figcaption>Text file with new font settings.</figcaption></figure>



<p>Then, you must double-click on the log file. A warning message will be displayed immediately and you must accept it.</p>



<figure class="wp-block-image size-large td-caption-align-https://windowsmen.com/wp-content/uploads/2020/02/font5.jpg"><img src="https://windowsmen.com/wp-content/uploads/2020/02/font5-1024x551.jpg" alt="Update the registry file" class="wp-image-454"/><figcaption>Update the registry file</figcaption></figure>



<p>You can see that the registration information was updated. Now you only have to reboot the computer to see the changes.</p>



<figure class="wp-block-image size-large"><img src="https://windowsmen.com/wp-content/uploads/2020/02/font6.jpg" alt="Registration information, correctly updated." class="wp-image-456"/><figcaption>Registration information, correctly updated.</figcaption></figure>



<p>Finally, you can see the result of the font change.</p>



<figure class="wp-block-image size-large td-caption-align-https://windowsmen.com/wp-content/uploads/2020/02/font7.jpg"><img src="https://windowsmen.com/wp-content/uploads/2020/02/font7-1024x548.jpg" alt="Changed fonts in the file browser" class="wp-image-458"/><figcaption>Changed fonts in the file browser</figcaption></figure>



<h2>How to restore Windows 10 fonts to their original state</h2>



<p>If after a while, you want to return to the original source, just repeat the previous procedure, but using the following text.</p>



<pre class="wp-block-code"><code>Windows Registry Editor Version 5.00

&#91;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"

&#91;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes]

"Segoe UI"=-</code></pre>



<p>Please note that you must not use special fonts such as symbol, Wingding or webdings as this could render the system unusable.</p>



<h2>Conclusion</h2>



<p>Ultimately we have seen how to change the default font in Windows 10. We also detail the method for reversing the process. From this point on, you can play with the different options available for setting up the fonts. All right, that&#8217;s it for now. So long.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-change-the-default-font-in-windows-10/">How to change the default font in Windows 10</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-change-the-default-font-in-windows-10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
