1
1
mirror of https://github.com/tonsky/FiraCode.git synced 2024-07-04 16:06:26 +03:00

Instructions for RStudio

Kely 2016-01-12 10:49:00 +01:00
parent 2f3759d668
commit 923aa8e7a9

9
RStudio-instructions.md Normal file

@ -0,0 +1,9 @@
There's no straightforward way to enable font ligatures in RStudio even if it's supposed to support them. Use the following workaround to enable font ligatures:
1. Close RStudio
2. Open [RStudio dir]\www\index.htm
3. Add following code between <body> and </body>:
`<style>*{text-rendering: optimizeLegibility;}</style>`
4. restart Rstudio
Source: [How to enable font ligatures in Rstudio?](https://stackoverflow.com/questions/34548194/rstudio-how-to-enable-font-ligatures-in-rstudio/34714296#34714296)