How to install fonts for Edit Image?

Hello everyone, I would like some help knowing how to install fonts for the Edit Image node, I am using a Debian 12 server with docker+portainer

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi guys, can anyone give me a tip on how to proceed with this flow?

Interesting I have never thought about this.

I just looked at the nodes source code and it seems n8n is using a package to find all of the system fonts. So likely just a matter of getting a font installed in the container.

The way to do that (if i were to make an educated guess) would be to edit n8n’s Dockerfile to make your own custom image that preinstalls your font when the image is built.

This is a pretty complex process if you aren’t experienced with docker or IT

here is a resource on adding fonts to alpine (which is the image n8n is built on).

If it helps the post below covers how I have done this in the past…