Skip to content

Instantly share code, notes, and snippets.

@apotox
Last active September 23, 2020 09:20
Show Gist options
  • Save apotox/0ae0496bd390bc7f8da57f722e1df47f to your computer and use it in GitHub Desktop.
Save apotox/0ae0496bd390bc7f8da57f722e1df47f to your computer and use it in GitHub Desktop.
custom fonts in aws lambda function
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<dir>./MyFontDirectory/</dir>
<cachedir>/tmp/fonts-cache/</cachedir>
<config></config>
</fontconfig>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment