Skip to content

RStudio instructions

Philipp A edited this page Aug 10, 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 <head> and </head>:

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

Source: How to enable font ligatures in Rstudio?

Clone this wiki locally