Skip to content

RStudio instructions

Julian During edited this page Apr 27, 2017 · 17 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.html

  3. Add following code between <body> and </body>:

    <style>*{text-rendering: optimizeLegibility;}</style>
  4. Restart RStudio

Source: How to enable font ligatures in Rstudio?