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

<style/> tags belong into the <head/>

Philipp A 2016-08-10 14:25:51 +02:00
parent fd4a035aad
commit 767ea5dcf7

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