blink
blink copied to clipboard
How to disable font ligatures?
Hi guys, I want to disable the font ligatures, any way to perform that like iTerm?
(Note, im using fira code font)
Thanks !!!
BTW, i dont know if it is the Brest way but i create a custom css file with ligatures disabled, it will great to have more simplier option to enable/ disable that feature
Here my gist:
https://gist.github.com/outaTiME/fa59d54f03c01a2c89c39dc6b97bf821
And the raw:
https://gist.githubusercontent.com/outaTiME/fa59d54f03c01a2c89c39dc6b97bf821/raw/8e4be948cd826fc1a641451c695a2422bc377f34/Fira%2520Code%2520Nerd%2520Font.css
It would definitely be nice to have the disable ligature option like iterm2 has. Since blink is already using css fonts, would it just be as simple as utilizing font-variant-ligatures: none on the css font face dynamically some how?
+1 to disable font ligatures