Advertisement
shaieve

Untitled

Aug 14th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. // Other Purista Fonts
  2.  
  3. surface.CreateFont("SCC_PuristaPlayerFont", {
  4. font = "Purista",
  5. size = 17,
  6. weight = 700
  7. })
  8.  
  9. surface.CreateFont("SCC_PuristaMedium", {
  10. font = "Purista",
  11. size = 17,
  12. weight = 200
  13. })
  14.  
  15. surface.CreateFont("SCC_PuristaSmallItalic", {
  16. font = "Purista",
  17. size = 14,
  18. weight = 200,
  19. italic = true
  20. })
  21.  
  22. surface.CreateFont("SCC_PuristaSmall", {
  23. font = "Purista",
  24. size = 14,
  25. weight = 200
  26. })
  27.  
  28. surface.CreateFont("SCC_PuristaRank", {
  29. font = "Purista",
  30. size = 15,
  31. weight = 200
  32. })
  33.  
  34. surface.CreateFont("SCC_PuristaRankBlur", {
  35. font = "Purista",
  36. size = 15,
  37. weight = 200,
  38. blursize = 3
  39. })
  40.  
  41. surface.CreateFont("SCC_PuristaGiant", {
  42. font = "Purista",
  43. size = 22,
  44. weight = 500
  45. })
  46.  
  47. surface.CreateFont("SCC_PuristaMassive", {
  48. font = "Purista",
  49. size = 30,
  50. weight = 500
  51. })
  52.  
  53. surface.CreateFont("SCC_PuristaA", {
  54. font = "Purista",
  55. size = 164,
  56. weight = 700,
  57. antialias = true
  58. })
  59. surface.CreateFont("SCC_PuristaS", {
  60. font = "Purista",
  61. size = 48,
  62. weight = 0,
  63. antialias = true
  64. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement