preface

For those of us who code, an aesthetically pleasing font can delight both body and mind. Here is my recommendation for a wave of monospaced fonts, if you are interested, you can install a wave.

Fonts (in no particular order)

Fira Code

I’ve been using this font for four years, and the code feels ritualized.

rendering

download

Cascadia Code

This font is a relatively recent addition, although it’s not quite as restrictive as the one above. But giant hard (Microsoft) produced, must be a boutique!

rendering

download

  • Github:CascadiaCode

Jetbrains Mono

Is also an open source equal width font, specific can click on the title link to see their home design concept. There are some characteristics of the first two, but also have their own sense of design ~

rendering

download

  • Github:JetBrainsMono

Development use

In VS Code

 "editor.fontFamily":  "'JetBrains Mono','Cascadia Code','Fira Code','Consolas', 'IBM Plex Mono', 'Ubuntu Mono', 'monospace', monospace",
Copy the code


conclusion

Hopefully it will make your coding more enjoyable