Can't upload font

Hi I can’t add a new font via Assets > Fonts > Add Font > Upload a font > selecting any woff2, otf, or ttf files.

After selecting the files, adding a name, the save button is still disabled.

Is this a bug? Or am I doing it wrong?

Having the same issue

Hey there :waving_hand:

Sorry I missed your post @kiirosora. The team is looking into it. I’ll keep you posted asap

Hey again!

The team is working on a fix but I don’t have an ETA yet. In the meantime, there’s a quirky workaround: the dropdown menu opens actually fine, but the “Upload a font” popup is on top of it which is why you don’t see it. What you can do is change the CSS z-index of the popups in the browser from 100 to 0 so that the dropdown menus are visible.

You can do that by selecting the dropdown in your browser inspector and unchecking the z-index property:

I hope that helps!

Thanks a lot @Joyce ! Appreciate the response. The workaround worked and I was able to upload the fonts. Looking forward to have this fixed soon!

Hi,

Could you tell me how you did it? Because I wasn’t allowed to modifying it.

Here’s a gif of what I did

chrome_wQaY6kUd0H

After applying the z-index: 0 to the element mentioned by @Joyce , I was able to select a font weight for each file which enabled the Save button (given that you also entered the font name). Hope this helps.