Update font layer description on README for v119.0.2+

Use fonts instead of .fonts for v119.0.2+
This commit is contained in:
Atsuo Fukaya 2024-01-08 11:47:20 +09:00 committed by GitHub
parent 031b2d8bc4
commit b5766d628b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 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` and place any font faces you want there:
```
.fonts
fonts
├── NotoColorEmoji.ttf
└── Roboto.ttf
```
@ -243,7 +243,7 @@ Simply create a directory named `.fonts` and place any font faces you want there
Afterwards, you just need to ZIP the directory and upload it as a AWS Lambda Layer:
```shell
zip -9 --filesync --move --recurse-paths .fonts.zip .fonts/
zip -9 --filesync --move --recurse-paths fonts.zip fonts/
```
## Graphics