Subtle differences between the Fira Code and JetBrains Mono. I’ll try both for a while.
Click on the image to see gif animation of the font differences.

Steps of creating the gif from command line on macOS:
- Take two screenshots with both of the fonts.
- Make a movie of them using iMovie.
- Save the movie clip as mp4.
- Install ffmpeg using brew:
brew install ffmpeg - Create the gif from the mp4:
ffmpeg -i FiraCodeOrJetbrainsMono.mp4 -r 15 -vf scale=1200:-1 which-font.gif