File Embed Widget - change font

Hi there, could someone please help me changing the font of the widget File Embed? I’d like it to be Archivo bold 24pt, but I see keep seeing Times New Roman. Help! My css skills are not sufficient.
I use Tilda Website Builder

Here you can see me trying.

1 Like

Greetings and welcome to the Community :wave:

Sure, I’ve shared your request with the devs and will get back to you once the CSS code is provided :wink:

1 Like

To change the font family of the file names, please try to use this code:

.eapp-file-embed-item-name {
  font-family: "Archivo", sans-serif;
}

Just in case you’d like to add the title and change its font, here is the solution - Change font and size of the title.

As for the font size and weight, you can easily change it on the Appearance tab:

image image

Check it out and let me know if it helped :slightly_smiling_face:

The problem is you haven’t edited the script (HTML) to a different font.
To do that look for the script Font-Family: ___
I would recommend Times New Roman or Impact
Change the font in that script and it will most likely be resolved.