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

Updated RStudio instructions (markdown)

Rob J Hyndman 2017-07-20 22:28:38 +10:00
parent 440de806b0
commit 2a6b0b9d51

@ -2,7 +2,7 @@ There's no straightforward way to enable font ligatures in RStudio even if it's
1. Close RStudio
2. Open <samp>[RStudio dir]/www/index.htm</samp>
3. Add following code between `<body>` and `</body>`:
3. Add following code between `<head>` and `</head>`:
```html
<style>*{text-rendering: optimizeLegibility;}</style>