<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[changing the font]]></title><description><![CDATA[<p dir="auto">After the recent discussion on Hacker News about the “comfy-ness” of the FOSS font “Comic Mono”, I decided to try it out. (Spoiler: it is indeed quite comfy.)</p>
<p dir="auto">Below is a screenshot of the what my Style Configurator looks like:</p>
<p dir="auto"><img src="/assets/uploads/files/1726775090183-2024-09-19_134021.jpg" alt="2024-09-19_134021.jpg" class=" img-fluid img-markdown" /></p>
<p dir="auto">This seems to work. New files enter text in the Comic Mono typeface by default. And when I open an old text file, it opens in that typeface.</p>
<p dir="auto"><strong>My Question:</strong> What am I missing out on by not having the following checked:</p>
<ul>
<li>Enable global font size</li>
<li>Enable global bold font style</li>
<li>Enable global italic font style</li>
<li>Enable global underline font style</li>
</ul>
]]></description><link>https://community.notepad-plus-plus.org/topic/26132/changing-the-font</link><generator>RSS for Node</generator><lastBuildDate>Sat, 15 Aug 2026 04:09:08 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/26132.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 19 Sep 2024 19:47:10 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to changing the font on Tue, 28 Apr 2026 13:53:27 GMT]]></title><description><![CDATA[<p dir="auto">Honestly, this cleared up a big confusion for me. I used to think fonts were saved with the file itself, but it makes sense now that it’s just the editor displaying it differently. Also didn’t realize enabling global font overrides can mess with syntax highlighting—good catch. I’ve been tweaking text styles a lot lately while testing name formats on font generator, so this helps keep things consistent</p>
]]></description><link>https://community.notepad-plus-plus.org/post/105369</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/105369</guid><dc:creator><![CDATA[Hamzamalikseo]]></dc:creator><pubDate>Tue, 28 Apr 2026 13:53:27 GMT</pubDate></item><item><title><![CDATA[Reply to changing the font on Fri, 20 Sep 2024 02:28:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/snabel42" aria-label="Profile: Snabel42">@<bdi>Snabel42</bdi></a> ,</p>
<p dir="auto">I have never seen a reason for the current order – and I just searched the historical repo issues to see if it was ever explained, and couldn’t find a mention of a reason.</p>
<p dir="auto">But global overrides have come up often enough recently that I finally took the time to put in a <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/15640" rel="nofollow ugc">feature request</a> to ask that <strong>Default Style</strong> be moved before <strong>Global override</strong>.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/96694</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/96694</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Fri, 20 Sep 2024 02:28:24 GMT</pubDate></item><item><title><![CDATA[Reply to changing the font on Fri, 20 Sep 2024 00:23:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/peterjones" aria-label="Profile: PeterJones">@<bdi>PeterJones</bdi></a> do you know if there’s a reason that “Global override” is at the top of the list and is selected by default?</p>
<p dir="auto">(For longer than I care to admit, I kept changing the Global override and expecting the default style to change. I eventually realized my mistake, but I’m still puzzled that “Default Style” isn’t at the top and isn’t selected … by default.)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/96691</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/96691</guid><dc:creator><![CDATA[Snabel42]]></dc:creator><pubDate>Fri, 20 Sep 2024 00:23:46 GMT</pubDate></item><item><title><![CDATA[Reply to changing the font on Thu, 19 Sep 2024 20:34:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/xmatic" aria-label="Profile: xmatic">@<bdi>xmatic</bdi></a> said in <a href="/post/96683">changing the font</a>:</p>
<blockquote>
<p dir="auto">What am I missing out</p>
</blockquote>
<p dir="auto">Possibly understanding the nature of plain text.  And also you are missing out on some of syntax highlighting by enabling global font.</p>
<p dir="auto">Regarding the nature of plain text, since you said, “And when I open an old text file, it opens in that typeface.”, that seemed to imply that you somehow think that font is associated with a particular piece of text or complete file.  In a text editor, It’s not.  The text editor shows the characters of a text file in whatever font your copy of that editor is configured to use.  If you open the exact same file using a different text editor on the same machine, or using Notepad++ on a different machine, it could quite easily be displayed using a different font.  The font is not part of the text file, but of the application used to edit/view the text file. (More on that at <a href="/topic/24852">FAQ: Notepad++ is a Text Editor, not a Word Processor</a>.)</p>
<p dir="auto">Regarding syntax highlighting: as soon as you say “enable global font”, then if your theme tries to change the font, it won’t be able to.  If you had also tried the “global foreground colour” or “global background colour”, then you would miss out on essentially all of syntax highlighting (showing different colors for different parts of programming language or XML keywords, etc).</p>
<p dir="auto">But really, unless you have <em>really</em> good reason, you should never need to use the Global Override style settings.  If what you want to do is set the <em>default</em> style – what normal plaintext looks like, font, foreground, background, etc – then you want to go one line down in the <strong>Style</strong> column to <code>Default Style</code> instead of <code>Global override</code>.  There is the <em>right</em> place to set the default font, color, etc.</p>
<p dir="auto">Please read the first few paragraphs of the <a href="https://npp-user-manual.org/docs/preferences/#global-styles" rel="nofollow ugc">Online User Manual &gt; Preferences &gt; Global Styles</a> section, especially the bullet points on <strong>Global override</strong> and <strong>Default Style</strong></p>
<p dir="auto">My best advice: unless you know why you need <strong>Global Override</strong>, what you really want to use is <strong>Default Style</strong>.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/96685</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/96685</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Thu, 19 Sep 2024 20:34:53 GMT</pubDate></item></channel></rss>