<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>fonts &amp;mdash; Paul Sutton</title>
    <link>https://personaljournal.ca/paulsutton/tag:fonts</link>
    <description>Personal Blog</description>
    <pubDate>Tue, 05 May 2026 18:20:02 +0000</pubDate>
    <item>
      <title>DEBIAN CONSOLE FONTS</title>
      <link>https://personaljournal.ca/paulsutton/debian-console-fonts</link>
      <description>&lt;![CDATA[DEBIAN CONSOLE FONTS&#xA;&#xA;I have found another way to change the Default Linux console font to something that is more readable, from the default which is really small text.   The instructions are at [1].   This works on my current Debian [2] 11.0 set up, but as usual Your mileage may vary.  If you ask on a forum, social media or IRC about this, please quote the website below [1] and not this blog post. &#xA;&#xA;The contents of my /etc/default/console-setup are now as follows:-&#xA;&#xA; 1 # CONFIGURATION FILE FOR SETUPCON&#xA;  2 &#xA;  3 # Consult the console-setup(5) manual page.&#xA;  4 &#xA;  5 ACTIVECONSOLES=&#34;/dev/tty[1-6]&#34;&#xA;  6 CHARMAP=&#34;UTF-8&#34;&#xA;  7 CODESET=&#34;guess&#34;&#xA;  8 FONTFACE=&#34;TerminusBold&#34;&#xA;  9 FONTSIZE=&#34;16x32&#34;&#xA; 10 SCREENWIDTH=&#34;80&#34;&#xA; 11 &#xA; 12 VIDEOMODE=&#xA; 13 &#xA; 14 # The following is an example how to use a braille font&#xA; 15 # FONT=&#39;lat9w-08.psf.gz brl-8x8.psf&#39;&#xA; 16 &#xA;&#xA;Hopefully this is useful.&#xA;&#xA;For the record my settings are:-&#xA;&#xA;ACTIVECONSOLES=&#34;/dev/tty[1-6]&#34;&#xA;&#xA;CHARMAP=&#34;UTF-8&#34;&#xA;&#xA;CODESET=&#34;guess&#34;&#xA;FONTFACE=&#34;TerminusBold&#34;&#xA;FONTSIZE=&#34;16x32&#34;&#xA;SCREENWIDTH=&#34;80&#34;&#xA;&#xA;VIDEOMODE=&#xA;&#xA;REFERENCES&#xA;&#xA;How to change your linux console fonts&#xA;2 Debian&#xA;3 Free Software Foundation&#xA;&#xA;TAGS&#xA;&#xA;#FreeSoftware,#Debian,#Console,#Fonts,#Change&#xA;&#xA;a href=&#34;https://liberapay.com/PaulSutton/donate&#34;img alt=&#34;Donate using Liberapay&#34; src=&#34;https://liberapay.com/assets/widgets/donate.svg&#34;/a&#xA;&#xA;img src=&#34;https://socialhub.activitypub.rocks/uploads/default/original/1X/6aac842b7ff5c58385a02f3a131c259281be88c8.png&#34; target=&#34;_blank&#34; &#xA;&#xA;a rel=&#34;license&#34; href=&#34;http://creativecommons.org/licenses/by-sa/4.0/&#34;img alt=&#34;Creative Commons Licence&#34; style=&#34;border-width:0&#34; src=&#34;https://i.creativecommons.org/l/by-sa/4.0/88x31.png&#34; //abr /This work is licensed under a a rel=&#34;license&#34; href=&#34;http://creativecommons.org/licenses/by-sa/4.0/&#34;Creative Commons Attribution-ShareAlike 4.0 International License/a&#xA;&#xA;hr&#xD;&#xA;&#xD;&#xA;table&#xD;&#xA;thead&#xD;&#xA;trtda rel=&#34;me&#34; href=&#34;https://qoto.org/@zleap&#34;Mastodon/a/td&#xD;&#xA;tda href=&#34;https://wiki.ircnow.org/?n=Shelllabs.Intro&#34;ShellLabs/td&#xD;&#xA;tda href=&#34;https://joinmastodon.org/&#34;Join Mastodon/a/td/tr/thead/table&#xD;&#xA;center&#xD;&#xA;AI statement : b Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity.  Consent CANNOT be assumed, it has to be granted. /b&#xD;&#xA;/center&#xD;&#xA;&#xD;&#xA;a href=&#34;https://liberapay.com/PaulSutton/donate&#34;img alt=&#34;Donate using Liberapay&#34; src=&#34;https://liberapay.com/assets/widgets/donate.svg&#34;/a&#xD;&#xA;]]&gt;</description>
      <content:encoded><![CDATA[<p>DEBIAN CONSOLE FONTS</p>

<p>I have found another way to change the Default Linux console font to something that is more readable, from the default which is really small text.   The instructions are at [1].   This works on my current Debian [2] 11.0 set up, but as usual Your mileage may vary.  If you ask on a forum, social media or IRC about this, please quote the website below [1] and <strong>not</strong> this blog post.</p>

<p>The contents of my /etc/default/console-setup are now as follows:-</p>

<pre><code> 1 # CONFIGURATION FILE FOR SETUPCON
  2 
  3 # Consult the console-setup(5) manual page.
  4 
  5 ACTIVE_CONSOLES=&#34;/dev/tty[1-6]&#34;
  6 CHARMAP=&#34;UTF-8&#34;
  7 CODESET=&#34;guess&#34;
  8 FONTFACE=&#34;TerminusBold&#34;
  9 FONTSIZE=&#34;16x32&#34;
 10 SCREEN_WIDTH=&#34;80&#34;
 11 
 12 VIDEOMODE=
 13 
 14 # The following is an example how to use a braille font
 15 # FONT=&#39;lat9w-08.psf.gz brl-8x8.psf&#39;
 16 

</code></pre>

<p>Hopefully this is useful.</p>

<p>For the record my settings are:-</p>

<pre><code>ACTIVE_CONSOLES=&#34;/dev/tty[1-6]&#34;

CHARMAP=&#34;UTF-8&#34;

CODESET=&#34;guess&#34;
FONTFACE=&#34;TerminusBold&#34;
FONTSIZE=&#34;16x32&#34;
SCREEN_WIDTH=&#34;80&#34;

VIDEOMODE=

</code></pre>

<p><strong>REFERENCES</strong></p>
<ol><li><a href="https://www.linux.com/topic/desktop/how-change-your-linux-console-fonts/" rel="nofollow">How to change your linux console fonts</a>
2 <a href="https://www.debian.org" rel="nofollow">Debian</a>
3 <a href="https://www.fsf.org" rel="nofollow">Free Software Foundation</a></li></ol>

<p><strong>TAGS</strong></p>

<p><a href="/paulsutton/tag:FreeSoftware" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">FreeSoftware</span></a>,<a href="/paulsutton/tag:Debian" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Debian</span></a>,<a href="/paulsutton/tag:Console" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Console</span></a>,<a href="/paulsutton/tag:Fonts" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Fonts</span></a>,<a href="/paulsutton/tag:Change" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Change</span></a></p>

<p><a href="https://liberapay.com/PaulSutton/donate" rel="nofollow"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a></p>

<p><a href="https://torresjrjr.com/archive/2020-07-19-guide-to-the-fediverse" rel="nofollow"><img src="https://socialhub.activitypub.rocks/uploads/default/original/1X/6aac842b7ff5c58385a02f3a131c259281be88c8.png"></a></p>

<p><a href="http://creativecommons.org/licenses/by-sa/4.0/" rel="nofollow"><img alt="Creative Commons Licence" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png"/></a><br/>This work is licensed under a <a href="http://creativecommons.org/licenses/by-sa/4.0/" rel="nofollow">Creative Commons Attribution-ShareAlike 4.0 International License</a></p>

<hr>

<p><table>
<thead>
<tr><td><a href="https://qoto.org/@zleap" rel="nofollow">Mastodon</a></td>
<td><a href="https://wiki.ircnow.org/?n=Shelllabs.Intro" rel="nofollow">ShellLabs</td>
<td><a href="https://joinmastodon.org/" rel="nofollow">Join Mastodon</a></td></tr></thead></table>

AI statement : <b> Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity.  Consent CANNOT be assumed, it has to be granted. </b>
</p>

<p><a href="https://liberapay.com/PaulSutton/donate" rel="nofollow"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a></p>
]]></content:encoded>
      <guid>https://personaljournal.ca/paulsutton/debian-console-fonts</guid>
      <pubDate>Fri, 06 Aug 2021 20:42:48 +0000</pubDate>
    </item>
    <item>
      <title>Console Fonts</title>
      <link>https://personaljournal.ca/paulsutton/console-fonts</link>
      <description>&lt;![CDATA[Note: This is related to a previous article on booting to the console published on 3/1/2020&#xA;&#xA;With a standard Linux install the fonts on the console (this is the login you get with CTRL-ALT-Fn) are usually small,  this is fine in some cases as most people don’t work from the console.  However there may be times when you want to work directly at the console and not bother with a Graphical user interface.&#xA;&#xA;I have worked out how to do this and there are some screen shots below to illustrate the process.&#xA;&#xA;This applies to Debian 10 and others, you should consult assistance if you are not sure what you are doing&#xA;&#xA;As root you need to enter dpkg-reconfigure console-setup&#xA;&#xA;cc-by logo&#xA;&#xA;cc-by logo&#xA;&#xA;cc-by logo&#xA;&#xA;cc-by logo&#xA;&#xA;Once you have done this you need to type &#xA;&#xA;setupcon&#xA;&#xA;to activate the changes&#xA;&#xA;You need to type this at the console.  Typing in a terminal gives the following message.&#xA;&#xA;setupcon: We are not on the console, the console is left unconfigured.&#xA;&#xA;#Linux, #console, #fonts&#xA;&#xA;You can find me on Friendica at zleap@social.isurf.ca&#xA;&#xA;---&#xA;&#xA;cc-by logo&#xA;Licenced under Attribution 4.0 International (CC BY 4.0)&#xA;&#xA;hr&#xD;&#xA;&#xD;&#xA;table&#xD;&#xA;thead&#xD;&#xA;trtda rel=&#34;me&#34; href=&#34;https://qoto.org/@zleap&#34;Mastodon/a/td&#xD;&#xA;tda href=&#34;https://wiki.ircnow.org/?n=Shelllabs.Intro&#34;ShellLabs/td&#xD;&#xA;tda href=&#34;https://joinmastodon.org/&#34;Join Mastodon/a/td/tr/thead/table&#xD;&#xA;center&#xD;&#xA;AI statement : b Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity.  Consent CANNOT be assumed, it has to be granted. /b&#xD;&#xA;/center&#xD;&#xA;&#xD;&#xA;a href=&#34;https://liberapay.com/PaulSutton/donate&#34;img alt=&#34;Donate using Liberapay&#34; src=&#34;https://liberapay.com/assets/widgets/donate.svg&#34;/a&#xD;&#xA;]]&gt;</description>
      <content:encoded><![CDATA[<p><strong>Note:</strong> This is related to a previous article on <a href="https://personaljournal.ca/paulsutton/boot-in-to-linux-console" rel="nofollow">booting to the console</a> published on 3/1/2020</p>

<p>With a standard Linux install the fonts on the console (this is the login you get with CTRL-ALT-Fn) are usually small,  this is fine in some cases as most people don’t work from the console.  However there may be times when you want to work directly at the console and not bother with a Graphical user interface.</p>

<p>I have worked out how to do this and there are some screen shots below to illustrate the process.</p>

<p>This applies to <strong>Debian 10 and others, you should consult assistance if you are not sure what you are doing</strong></p>

<p>As <strong>root</strong> you need to enter <strong>dpkg-reconfigure console-setup</strong></p>

<p><img src="https://raw.githubusercontent.com/zleap/blogmedia/master/https://raw.githubusercontent.com/zleap/blogmedia/master/font-size1.png" alt="cc-by logo"></p>

<p><img src="https://raw.githubusercontent.com/zleap/blogmedia/master/https://raw.githubusercontent.com/zleap/blogmedia/master/font-size2-768x407.png" alt="cc-by logo"></p>

<p><img src="https://raw.githubusercontent.com/zleap/blogmedia/master/https://raw.githubusercontent.com/zleap/blogmedia/master/font-size3-768x403.png" alt="cc-by logo"></p>

<p><img src="https://raw.githubusercontent.com/zleap/blogmedia/master/https://raw.githubusercontent.com/zleap/blogmedia/master/font-size4-768x404.png" alt="cc-by logo"></p>

<p>Once you have done this you need to type</p>

<p><strong>setupcon</strong></p>

<p>to activate the changes</p>

<p>You need to type this at the console.  Typing in a terminal gives the following message.</p>

<p>setupcon: We are not on the console, the console is left unconfigured.</p>

<p><a href="/paulsutton/tag:Linux" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Linux</span></a>, <a href="/paulsutton/tag:console" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">console</span></a>, <a href="/paulsutton/tag:fonts" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">fonts</span></a></p>

<p><a href="https://social.isurf.ca/profile/zleap" rel="nofollow">You can find me on Friendica at zleap@social.isurf.ca</a></p>

<hr>

<p><img src="https://raw.githubusercontent.com/zleap/blogmedia/master/88x31.png" alt="cc-by logo">
<a href="https://creativecommons.org/licenses/by/4.0/" rel="nofollow">Licenced under Attribution 4.0 International (CC BY 4.0)</a></p>

<hr>

<p><table>
<thead>
<tr><td><a href="https://qoto.org/@zleap" rel="nofollow">Mastodon</a></td>
<td><a href="https://wiki.ircnow.org/?n=Shelllabs.Intro" rel="nofollow">ShellLabs</td>
<td><a href="https://joinmastodon.org/" rel="nofollow">Join Mastodon</a></td></tr></thead></table>

AI statement : <b> Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity.  Consent CANNOT be assumed, it has to be granted. </b>
</p>

<p><a href="https://liberapay.com/PaulSutton/donate" rel="nofollow"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a></p>
]]></content:encoded>
      <guid>https://personaljournal.ca/paulsutton/console-fonts</guid>
      <pubDate>Fri, 03 Jan 2020 12:41:30 +0000</pubDate>
    </item>
  </channel>
</rss>