Location of HAOS add-on font directory

Sorry if this has been answered before, but I’m having trouble finding where to put fonts in the ESPHOME add-on. One answer on google suggested putting it on the homeassistant/esphome directory, but when I try to build with the fonts in there, they aren’t found.

The yaml says:

font:
  - file: "GoogleSans_Bold.ttf"

Any help is appreciated.

IMHO put GoogleSans_Bold.ttf file in same directory with .yaml file calling/using it.

My case with HAOS and ESPHome add-on:
esphome/xx.yaml:

font:
  - file: "fonts/lucon.ttf"

And font file is in esphome/fonts.

Local Fonts:

  • path (Required, string): The path (relative to where the .yaml file is) of the OpenType/TrueType or bitmap font file.