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
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
Player list uses Arial, for the rest it seems to be Source Sans Pro
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.
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})
Font Family: Source Sans Pro
Font Weight: Bold
Font Size: 18
Font Family: Source Sans Pro
Font Weight: Varies
Font Size: Varies
Select In Explorer: game:GetService('Selection'):Set({game.CoreGui.RobloxGui.SettingsShield.SettingsShield.MenuContainer})
Gotham and source sans. Simple.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.