Fonts missing from properties even when installed

I’ve tried several times and it does not repro for me. Considering people claiming re-install does not fix the issue for them, I feel it might be some issue tied to account or backend. Do you mind helping check the inventory page -> my font to help us triage if this is an backend issue? Also if you could provide the number of installed cloud font (if the inventory page is accessible) that would be helpful too.

I’m experiencing this bug as well.

Oddly enough, doing this consistently results in the page loading for a while and then giving 0 results.

One font that doesn’t show up for me is Rubik (12187365977), but I do have it installed:

I will PM you a log

1 Like

@0xabcdef1234 I’m in my Roblox Studio and I have these fonts installed:

  • Inter
  • Noto Sans HK
  • Quicksand
  • PT Sans
  • Libre Baskerville
  • Poppins
  • Nanum Gothic
  • Fira Sans
  • Akronim
  • Irish Grover
  • Nothing You Could Do
  • Rye
  • Dancing Script
  • Teko
  • Lato
  • Nunito Sans
  • Great Vibes
  • Sono Monospace
  • La Belle Aurore
  • Marhey
  • Pacifico
  • Nosifer
  • Blaka
  • Yellowtail
  • Shadows Into Light
  • Italianno
  • Playfair Display
  • Lobster
  • Arimo
  • Rubik Iso
  • Kanit
  • Work Sans
  • Open Sans
  • Sedwick Ave Display
  • Eater
  • IBM Plex Sans JP
  • Parisienne
  • Rubik Burned
  • Fuzzy Bubbles
  • Raleway
  • Kings
  • Are You Serious
  • Rubik Marker Hatch
  • Sono
  • Rubik
  • Prompt
  • Roboto Slab
  • Tangerine
  • Cairo
  • Damion
  • Rubik Wet Paint
  • Bungee Shade
  • Caesar Dressing
  • Rubik Maze
  • Barrio
  • Monoton
  • Builder Extended
  • Builder Mono
  • Builder Sans
  • Bungee Inline
  • Rajdhani
  • Unica One
  • Frijole
  • Audiowide
  • Noto Sans
  • Codystar
  • Montserrat
  • Monofett
  • Barlow
  • Hind
  • Mulish
  • M PLUS Rounded 1c
  • Noto Serif JP
  • Lora
  • Tajawal
  • PT Serif
  • Mukta
  • Hind Siliguri
  • Noto Serif SC
  • Noto Serif TC
  • Faster One
  • Finger Paint
  • Silkscreen
  • Noto Serif HK

Overall, there are a total of 84 fonts. I can still do that one bug report I posted and shared, asking if you could reproduce. It would only appear these:

  • Accanthis ADF Std
  • Amatic SC
  • Arimo
  • Balthazar
  • Bangers
  • Comic Neue Angular
  • Creepster
  • Denk One
  • Fondamento
  • Fredoka One
  • Grenze Gotisch
  • Guru
  • Highway Gothic
  • Inconsolata
  • Indie Flower
  • Josefin Sans
  • Jura
  • Kalam
  • Luckiest Guy
  • Merriweather
  • Michroma
  • Montserrat
  • Nunito
  • Oswald
  • Patrick Hand
  • Permanent Marker
  • Press Start 2P
  • Roboto
  • Roboto Condensed
  • Roboto Mono
  • Roman Antique
  • Sarpanch
  • Source Sans Pro
  • Special Elite
  • Titillium Web
  • Ubuntu
  • Zekton

(Total of 37 fonts)

1 Like

do you mind checking if the following operation helps?

  • go to toobox - inventory(second tab)
    Screenshot 2025-03-10 at 2.30.50 PM
  • select my fonts
  • wait and see if all of fonts that are owned by you load in
  • if so, check the font picker again

does this make all the fonts show up?

Also if you are changing fonts under a textlabel that is NOT being rendered, could you try rendering that textlabel by parenting it under a screengui under StarterGui, and recheck the font dropdown?

By doing those two operations it would force studio to refetch font list and fonts.

Just to add on, it seems like new fonts you install show in the font selection drop-down but ones you’ve previously installed are not showing.

I am unable to see My Fonts


I’ve been missing the new fonts from my properties tab easily for several months now.

I have several fonts installed and when searching under the Fonts tab it shows as installed.
image

The only way I’ve been able to work with these fonts is to apply code in the command bar

local t = Instance.new("TextLabel")
t.FontFace = Font.fromId(12187370000, Enum.FontWeight.Bold)
t.Parent = workspace

Can see even when selected, it doesn’t show in the panel at all
image

2 Likes

I’m still experiencing this issue and have been for months. My game has very specific stylization requirements for UI and I haven’t been able to update any of the fonts as a result of this bug. Hoping to see a fix for this soon. For reference, the font I am attempting to use is Rubik.

I have also been experiencing this issue for ages and cannot find a fix. When I try to go to the my fonts section, it just says no results found even though it says I have got fonts installed. Would be great if there was a fix for this.

I just noticed a few days ago that this issue no longer occurs on my end…

Same, its been fixed for me. This is great news!

We have enabled some fixes for the studio side today. If any of you guys are still experiencing the issue, do you mind trying open the drop down the second time when it did not load the full list? If it fails to load in the end you should also see information on the output that fetching list was failed.
( The fix happened several days ago was not rolled out by us following this report, but glad it helped resolve the issue too. :happy3: )

1 Like

I’m still getting the issue but I see nothing in the output.