//Fonts surface.CreateFont( "ScoreboardFont", {size = 64, weight = 400, font = "coolvetica"} ) surface.CreateFont( "MBDefaultFont", {size = 16, weight = 500} ) surface.CreateFont( "MBDefaultFontMedium", {size = 24, weight = 500} ) surface.CreateFont( "MBDefaultFontLarge", {size = 32, weight = 500} ) surface.CreateFont( "MBDefaultFontVeryLarge", {size = 48, weight = 500} ) surface.CreateFont( "MBDefaultFontSuperLarge", {size = 64, weight = 500} ) surface.CreateFont( "MBChatFont", {size = 16, weight = 900, shadow = true} ) surface.CreateFont( "MBChatFont_Tag", {size = 18, weight = 700, antialias = false, font = "Akbar", shadow = true} ) surface.CreateFont( "MBPlayerNameFont", {size = 30, weight = 900, shadow = true} )