Style-7 LCD font for use with Visual Studio

Peter Nichols 21 Reputation points
2021-04-17T19:31:15.16+00:00

I found and downloaded an LCD style font from https://www.fontspace.com/digital-7-font-f7087. The font works just fine in Word. However, Visual Studio gives me an error claiming that the font is not a TrueType font. However, the file is indeed a .ttf format. Any suggestions on how to make this work? Thanks!

Developer technologies Visual Studio Other
0 comments No comments
{count} votes

Accepted answer
  1. Dylan Zhu-MSFT 6,426 Reputation points
    2021-04-19T07:08:29.527+00:00

    Hi PeterNichols,

    You can try to re-add your fonts through these steps:

    1. Go to Control Panel > Fonts
    2. Select all .ttf files you download
    3. Copy them to Fonts, they will be auto divided into two parts: Digital-7 and Digital-7 Mono
      88906-image.png
    4. Restart visual studio

    The font on my side:
    88905-image.png

    Best Regards, Dylan

    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our * *documentation* to enable e-mail notifications if you want to receive the related email notification for this thread.**

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Peter Nichols 21 Reputation points
    2021-04-19T09:44:35.627+00:00

    Just a restart of Visual Studio was all I needed to correct the issue.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.