Skip to content

Instantly share code, notes, and snippets.

@remlapmot
Created April 12, 2020 09:05
Show Gist options
  • Save remlapmot/57b9cb20c3538c1e43cb2a339fbe49f9 to your computer and use it in GitHub Desktop.
Save remlapmot/57b9cb20c3538c1e43cb2a339fbe49f9 to your computer and use it in GitHub Desktop.
Allow WSL to use fonts installed on Windows. File location: /etc/fonts
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<dir>/mnt/c/Windows/Fonts</dir>
</fontconfig>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment