Update font layer description on README for v119.0.2+
Use fonts instead of .fonts for v119.0.2+
This commit is contained in:
parent
031b2d8bc4
commit
b5766d628b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue