fix .fonts, add fonts

This commit is contained in:
Sparticuz 2024-01-29 12:50:10 -05:00
parent 85db6ca4e2
commit 424f3e9058
1 changed files with 2 additions and 2 deletions

View File

@ -232,10 +232,10 @@ This method should be invoked _before_ launching Chromium.
Alternatively, it's also possible to provision fonts via AWS Lambda Layers.
Simply create a directory named `fonts` and place any font faces you want there:
Simply create a directory named `.fonts` or `fonts` and place any font faces you want there:
```
fonts
.fonts
├── NotoColorEmoji.ttf
└── Roboto.ttf
```