Skip to content

RStudio instructions

Kely edited this page Jan 12, 2016 · 7 revisions

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?

Clone this wiki locally