1
1
mirror of https://github.com/tonsky/FiraCode.git synced 2024-10-04 00:31:49 +03:00

Updated RStudio instructions (markdown)

Kely 2016-01-12 10:50:31 +01:00
parent 255d3270eb
commit de034ca5ce

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