Skip to content

Instantly share code, notes, and snippets.

@hylickipiotr
Last active April 29, 2020 17:53
Show Gist options
  • Save hylickipiotr/1379557bd4f900290cf454026922caa4 to your computer and use it in GitHub Desktop.
Save hylickipiotr/1379557bd4f900290cf454026922caa4 to your computer and use it in GitHub Desktop.

Sharing Windows fonts with WSL

Create a '/etc/fonts/local.conf' file with root privileges.

<?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