"Montserrat" font showing as "deprecated"?

When you try to set the font via script for the Font “Montserrat”, it says it’s deprecated.

image

Can’t post in #bug-reports for whatever reason so I’m posting this here. Thanks.

2 Likes

I think Roblox is removing fonts and making their own original fonts. It’s also why the Roblox font changed too.

1 Like

According to the code editor warnings the followings fonts have been deprecated:

GothamSemibold, Montserrat, MontserratBold, MontserratBlack, MontserratMedium

It’s worth noting that these fonts don’t get returned when calling Enum.Font:GetEnumItems()

that font was replaced in favour of the new Builder font

1 Like

I dont get it? They literally deprecated Gotham so you could use Montserrat instead, so why is it showing that Montserrat is deprecated and not Gotham then? I know it’s nothing but having an orange warning that tells you it’s deprecated and that you should change it on the script editor is annoying.