Default font for the main roblox ui?

i’d like to know what fonts the default roblox ui uses, for example these:

knowing it will help with some of the design in my game

2 Likes

Player list uses Arial, for the rest it seems to be Source Sans Pro

2 Likes

Note: Any code provided automatically selects the object parented to the section listed and should be ran in the command bar while the game is running. The CoreGui object is not shown in the explorer by default so you will need to toggle a setting to do it. Press OPTION/ALT + S > Studio Tab > Explorer > Show Core GUI In Explorer While Playing.

Option Menu

Font Family: Gotham SSm
Font Weight: Medium
Text Size: 19
Select In Explorer: game:GetService('Selection'):Set({game.CoreGui.ThemeProvider.TopBarFrame.RightFrame.MoreMenu.MoreMenuContainer.OverlayContextualMenu.PositionFrame.BaseMenu.ClippingFrame.ScrollingFrame["cell 1"].Cell.LeftAlignedContent.Text})


Default Chat Box

Font Family: Source Sans Pro
Font Weight: Bold
Font Size: 18


In-Game Menu

Font Family: Source Sans Pro
Font Weight: Varies
Font Size: Varies
Select In Explorer: game:GetService('Selection'):Set({game.CoreGui.RobloxGui.SettingsShield.SettingsShield.MenuContainer})

6 Likes

Gotham and source sans. Simple.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.