Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2015
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. This is your FONTS.JSON in the config folder. Replace the text with this:
  2.  
  3. {
  4. "fontblending" : true,
  5. "fontwidth" : 15,
  6. "fontheight" : 15,
  7. "fontsize" : 15,
  8. "typeface" : "DejaVuSansMono",
  9. "map_fontwidth" : 15,
  10. "map_fontheight" : 15,
  11. "map_fontsize" : 15,
  12. "map_typeface" : "DejaVuSansMono",
  13. "overmap_fontwidth" : 15,
  14. "overmap_fontheight" : 15,
  15. "overmap_fontsize" : 15,
  16. "overmap_typeface" : "DejaVuSansMono"
  17. }
  18.  
  19.  
  20. This is your FONTDATA.JSON in the data folder. Replace the text with this:
  21.  
  22. {
  23. "fontblending": false,
  24. "fontwidth": 15,
  25. "fontheight": 15,
  26. "fontsize": 15,
  27. "typeface": "DejaVuSansMono",
  28. "map_fontwidth": 15
  29. "map_fontheight": 15,
  30. "map_fontsize": 15,
  31. "map_typeface": "DejaVuSansMono"
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement