Problem with compilation ESP after upgrade to 2023.11.2

Hi,
After the last upgrade to version 2023.11.2, I have a problem with compilation on ESP devices with LCD displays. The problem is probably with font support. If I remove the lines for displaying text and fonts from the .yaml file, the compilation goes without error.
Below is the log with errors.

Please help

It would be best to posted your yaml code. Without it, I doubt anyone will be able to assist.

Please follow instruction at Welcome To The Home Assistant Community

I have exactly the same problem. It wont compile when module font is included.
font:

  • file: “fonts/cour.ttf”
    id: myfont1
    size: 10
  • file: “fonts/cour.ttf”
    id: myfont2
    size: 18
  • file: “fonts/arial.ttf”
    id: myfont3
    size: 14