Last active
September 23, 2020 09:20
-
-
Save apotox/0ae0496bd390bc7f8da57f722e1df47f to your computer and use it in GitHub Desktop.
custom fonts in aws lambda function
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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