From 868e729d68b5913716bfe5ddb512f4099851e9a2 Mon Sep 17 00:00:00 2001 From: Apickx Date: Mon, 28 Dec 2015 19:18:30 -0500 Subject: Initial commit --- gamemode/cl_various/fonts.lua | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 gamemode/cl_various/fonts.lua (limited to 'gamemode/cl_various/fonts.lua') diff --git a/gamemode/cl_various/fonts.lua b/gamemode/cl_various/fonts.lua new file mode 100644 index 0000000..ba62ff5 --- /dev/null +++ b/gamemode/cl_various/fonts.lua @@ -0,0 +1,11 @@ +//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} ) \ No newline at end of file -- cgit v1.2.3-70-g09d2