Skip to content

Instantly share code, notes, and snippets.

@lolow
Last active June 19, 2016 16:25
Show Gist options
  • Save lolow/92a94eb12f182510b3bca9ae33e72126 to your computer and use it in GitHub Desktop.
Save lolow/92a94eb12f182510b3bca9ae33e72126 to your computer and use it in GitHub Desktop.
#! /bin/sh
# Enable fira code font ligature for rstudio installed by the arch AUR installation
# Please ensure you can edit the file [run with sudo ;)]
sed -i '/<body>/a <style>*{text-rendering: optimizeLegibility;}</style>' /usr/lib/rstudio/www/index.htm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment