How to use Terminus (TTF) font in Microsoft Visual Code Editor












2















I'm successfully using Terminus TTF font in Visual Studio. I downloaded: https://files.ax86.net/terminus-ttf/files/latest-windows.zip



enter image description here



How to use Terminus font in Visual Studio Code? What is the name of the font. I tried:




  • Terminus

  • Terminus (TTF)

  • Terminus TTF


Where can one know the font name to use in editors like Sublime, Studio code, ...
enter image description here










share|improve this question


















  • 1





    How did you get this pixel-perfection? Have you disabled font smoothing on OS-level? Or there's a way to disable it just in VS Code? I'm using Windows 10 and wasn't able to get there without disabling it on OS-level which affects a lot of other apps that can't be configured with proper font and thus look ugly.

    – Ilya Denisov
    May 31 '18 at 10:00


















2















I'm successfully using Terminus TTF font in Visual Studio. I downloaded: https://files.ax86.net/terminus-ttf/files/latest-windows.zip



enter image description here



How to use Terminus font in Visual Studio Code? What is the name of the font. I tried:




  • Terminus

  • Terminus (TTF)

  • Terminus TTF


Where can one know the font name to use in editors like Sublime, Studio code, ...
enter image description here










share|improve this question


















  • 1





    How did you get this pixel-perfection? Have you disabled font smoothing on OS-level? Or there's a way to disable it just in VS Code? I'm using Windows 10 and wasn't able to get there without disabling it on OS-level which affects a lot of other apps that can't be configured with proper font and thus look ugly.

    – Ilya Denisov
    May 31 '18 at 10:00
















2












2








2








I'm successfully using Terminus TTF font in Visual Studio. I downloaded: https://files.ax86.net/terminus-ttf/files/latest-windows.zip



enter image description here



How to use Terminus font in Visual Studio Code? What is the name of the font. I tried:




  • Terminus

  • Terminus (TTF)

  • Terminus TTF


Where can one know the font name to use in editors like Sublime, Studio code, ...
enter image description here










share|improve this question














I'm successfully using Terminus TTF font in Visual Studio. I downloaded: https://files.ax86.net/terminus-ttf/files/latest-windows.zip



enter image description here



How to use Terminus font in Visual Studio Code? What is the name of the font. I tried:




  • Terminus

  • Terminus (TTF)

  • Terminus TTF


Where can one know the font name to use in editors like Sublime, Studio code, ...
enter image description here







fonts visual-studio-code






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Feb 20 '18 at 15:10









broadbandbroadband

1418




1418








  • 1





    How did you get this pixel-perfection? Have you disabled font smoothing on OS-level? Or there's a way to disable it just in VS Code? I'm using Windows 10 and wasn't able to get there without disabling it on OS-level which affects a lot of other apps that can't be configured with proper font and thus look ugly.

    – Ilya Denisov
    May 31 '18 at 10:00
















  • 1





    How did you get this pixel-perfection? Have you disabled font smoothing on OS-level? Or there's a way to disable it just in VS Code? I'm using Windows 10 and wasn't able to get there without disabling it on OS-level which affects a lot of other apps that can't be configured with proper font and thus look ugly.

    – Ilya Denisov
    May 31 '18 at 10:00










1




1





How did you get this pixel-perfection? Have you disabled font smoothing on OS-level? Or there's a way to disable it just in VS Code? I'm using Windows 10 and wasn't able to get there without disabling it on OS-level which affects a lot of other apps that can't be configured with proper font and thus look ugly.

– Ilya Denisov
May 31 '18 at 10:00







How did you get this pixel-perfection? Have you disabled font smoothing on OS-level? Or there's a way to disable it just in VS Code? I'm using Windows 10 and wasn't able to get there without disabling it on OS-level which affects a lot of other apps that can't be configured with proper font and thus look ugly.

– Ilya Denisov
May 31 '18 at 10:00












2 Answers
2






active

oldest

votes


















2














All I needed was to escape fontFamily value:



"editor.fontFamily": "Terminus \(TTF\)",
"editor.fontSize": 16,





share|improve this answer
























  • If using the Windows version of the font, use "editor.fontFamily": "Terminus \(TTF\) for Windows",

    – Florian Castellane
    Nov 1 '18 at 5:50



















0














The answer of @broadband and the comment by @FlorianCastellane both didn't work for me using VSCode 1.30 and later.



I have found out that font names can be written within single quotes which in the end enabled Terminus for me.



"editor.fontFamily" : "'Terminus (TTF) for Windows', Consolas"






share|improve this answer























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "3"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1296673%2fhow-to-use-terminus-ttf-font-in-microsoft-visual-code-editor%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    2














    All I needed was to escape fontFamily value:



    "editor.fontFamily": "Terminus \(TTF\)",
    "editor.fontSize": 16,





    share|improve this answer
























    • If using the Windows version of the font, use "editor.fontFamily": "Terminus \(TTF\) for Windows",

      – Florian Castellane
      Nov 1 '18 at 5:50
















    2














    All I needed was to escape fontFamily value:



    "editor.fontFamily": "Terminus \(TTF\)",
    "editor.fontSize": 16,





    share|improve this answer
























    • If using the Windows version of the font, use "editor.fontFamily": "Terminus \(TTF\) for Windows",

      – Florian Castellane
      Nov 1 '18 at 5:50














    2












    2








    2







    All I needed was to escape fontFamily value:



    "editor.fontFamily": "Terminus \(TTF\)",
    "editor.fontSize": 16,





    share|improve this answer













    All I needed was to escape fontFamily value:



    "editor.fontFamily": "Terminus \(TTF\)",
    "editor.fontSize": 16,






    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Feb 21 '18 at 7:28









    broadbandbroadband

    1418




    1418













    • If using the Windows version of the font, use "editor.fontFamily": "Terminus \(TTF\) for Windows",

      – Florian Castellane
      Nov 1 '18 at 5:50



















    • If using the Windows version of the font, use "editor.fontFamily": "Terminus \(TTF\) for Windows",

      – Florian Castellane
      Nov 1 '18 at 5:50

















    If using the Windows version of the font, use "editor.fontFamily": "Terminus \(TTF\) for Windows",

    – Florian Castellane
    Nov 1 '18 at 5:50





    If using the Windows version of the font, use "editor.fontFamily": "Terminus \(TTF\) for Windows",

    – Florian Castellane
    Nov 1 '18 at 5:50













    0














    The answer of @broadband and the comment by @FlorianCastellane both didn't work for me using VSCode 1.30 and later.



    I have found out that font names can be written within single quotes which in the end enabled Terminus for me.



    "editor.fontFamily" : "'Terminus (TTF) for Windows', Consolas"






    share|improve this answer




























      0














      The answer of @broadband and the comment by @FlorianCastellane both didn't work for me using VSCode 1.30 and later.



      I have found out that font names can be written within single quotes which in the end enabled Terminus for me.



      "editor.fontFamily" : "'Terminus (TTF) for Windows', Consolas"






      share|improve this answer


























        0












        0








        0







        The answer of @broadband and the comment by @FlorianCastellane both didn't work for me using VSCode 1.30 and later.



        I have found out that font names can be written within single quotes which in the end enabled Terminus for me.



        "editor.fontFamily" : "'Terminus (TTF) for Windows', Consolas"






        share|improve this answer













        The answer of @broadband and the comment by @FlorianCastellane both didn't work for me using VSCode 1.30 and later.



        I have found out that font names can be written within single quotes which in the end enabled Terminus for me.



        "editor.fontFamily" : "'Terminus (TTF) for Windows', Consolas"







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Jan 9 at 7:47









        ap0ap0

        1,052512




        1,052512






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Super User!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1296673%2fhow-to-use-terminus-ttf-font-in-microsoft-visual-code-editor%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Paul Cézanne

            UIScrollView CustomStickyHeader Resize height generates problems when scroll is too fast

            Angular material date-picker (MatDatepicker) auto completes the date on focus out