This message was deleted.
# feature-requests
s
This message was deleted.
x
Thanks for the feedback @Vampire. I’m curious to know what your preferred settings for FiraCode is. We could perhaps just set it as the default way to display FiraCode in our product.
v
This is my preferred current FiraCode setup:
Copy code
docker run --rm -v "${PWD}":/opt tonsky/firacode:latest ./script/build.sh -f "ss02,ss03,ss04,ss05,ss06,ss07"
The font file generated by this I install in the system, as many softwares / places do not support selecting font features, so with them baked-in at build time it works nevertheless, as long as I can select the font I want to have.
f
And advantage of
monospace
is that we can use it to display proprietary fonts (by setting up our os/browser).
☝️ 1
v
That's probably the main reason they might be hesitant to do it, because they then don't control how it looks and risk breaking the display by user setting 😕
☹️ 1