<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Roadevmap</title>
    <description>The latest articles on DEV Community by Roadevmap (@roadevmap).</description>
    <link>https://dev.to/roadevmap</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Forganization%2Fprofile_image%2F4731%2Ffe273e02-1b72-4052-869e-88958a9c1ccf.png</url>
      <title>DEV Community: Roadevmap</title>
      <link>https://dev.to/roadevmap</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/roadevmap"/>
    <language>en</language>
    <item>
      <title>How to Install and Use Fira Code Font - VSCode on Ubuntu</title>
      <dc:creator>Thiago Nunes Batista</dc:creator>
      <pubDate>Mon, 20 Sep 2021 14:24:52 +0000</pubDate>
      <link>https://dev.to/roadevmap/how-to-install-and-use-fira-code-font-vscode-on-ubuntu-jcd</link>
      <guid>https://dev.to/roadevmap/how-to-install-and-use-fira-code-font-vscode-on-ubuntu-jcd</guid>
      <description>&lt;p&gt;But what are &lt;strong&gt;font ligatures&lt;/strong&gt;?  Developers use a lot of sequencial symbols in programming, for example: &lt;strong&gt;=&amp;gt;&lt;/strong&gt; , &lt;strong&gt;&amp;lt;=&lt;/strong&gt;  and &lt;strong&gt;!==&lt;/strong&gt;. The font ligatures will basically transform visuallly this multiple characteres into just one, they will have a different look, maybe more beautiful than the normal look of the separated symbols.&lt;/p&gt;

&lt;p&gt;If you prefer a video tutorial, I created that on Youtube, this is the &lt;a href="https://www.youtube.com/watch?v=_Y2Yy7YYIsA"&gt;link&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Installing the Font
&lt;/h2&gt;

&lt;p&gt;In the most recent Ubuntu versions the Fira Code font is included in the official repository, you can just install using the command below:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nb"&gt;sudo &lt;/span&gt;apt &lt;span class="nb"&gt;install &lt;/span&gt;fonts-firacode
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Follow the Next 4 Steps To Set Fira Code on VSCode
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Open the command pallet with the shortcut “&lt;strong&gt;ctrl + shift + p&lt;/strong&gt;”.&lt;/li&gt;
&lt;li&gt;Search for “&lt;strong&gt;Preferences: Open Settings (JSON)”&lt;/strong&gt; and open it.&lt;/li&gt;
&lt;li&gt;Add the following properties in the JSON file:
&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight json"&gt;&lt;code&gt;&lt;span class="w"&gt;   &lt;/span&gt;&lt;span class="nl"&gt;"editor.fontFamily"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"'Fira Code'"&lt;/span&gt;&lt;span class="err"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
   &lt;/span&gt;&lt;span class="nl"&gt;"editor.fontLigatures"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="kc"&gt;true&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Restart the editor. Now, your VSCode is using the Fira Code font.&lt;/p&gt;

</description>
      <category>vscode</category>
      <category>ubuntu</category>
      <category>firacode</category>
      <category>tooling</category>
    </item>
  </channel>
</rss>
