I looked at the Fira Code , and I wanted to try it using one of the supported editors listed. So I launched RStudio (version 0.99.491 in the Win window) and installed the font in the Fira code, but ... nothing. So how to enable font ligatures in RStudio?
EDIT: The trick in the answer below still works for RStudio version 1.0.44. I still want a simple button there.
Now RStudio has a build option for ligatures, you no longer need these dirty hacks, greetings!
[OLD CONTENT]
[RStudio dir]/www/index.htm
/usr/lib/rstudio
Add the following code between <head> and </head> :
<head>
</head>
<style>*{text-rendering: optimizeLegibility;}</style>
Restart RStudio.
dirty but working.
I still want a simple button there.
A wish! We just added this in RStudio 1.1.
You can try the preview release here:
https://www.rstudio.com/products/rstudio/download/preview/