When you try to set the font via script for the Font “Montserrat”, it says it’s deprecated.
Can’t post in #bug-reports for whatever reason so I’m posting this here. Thanks.
When you try to set the font via script for the Font “Montserrat”, it says it’s deprecated.
Can’t post in #bug-reports for whatever reason so I’m posting this here. Thanks.
I think Roblox is removing fonts and making their own original fonts. It’s also why the Roblox font changed too.
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
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.