Canvas: is there a way to keep some texts visible when zoomed out?

What I’m trying to do

When I zoom out to get a bird view of the Canvas, I’d rather hide small texts using the threshold setting, because performance, but I use large texts to mark the different areas of the canvas, so I can easily zoom out of a section, locate the area I want to go to and zoom into it. I make those “Area Titles“ with this:

<p align="center" style="font-size:300;font-weight:bold">WORDS HERE</p>

But of course the text disappears too when I zoom too far out.

Is there a way to avoid those large texts from disappearing? Any alternative way to make and keep “Area Titles“ always visible?

Maybe there’s a plugin or anything I haven’t found in the forum, I’ve certainly tried.

Things I have tried

  • Use group titles, but those become too small
  • Screenshot a text and paste it as an image, it works but it’s a terrible solution

Thank you!