Advertisement
Guest User

TGFont.json

a guest
Apr 29th, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.79 KB | None | 0 0
  1. {
  2.     "fonts": {
  3.         "Open Sans": {
  4.             "replace": "Roboto Condensed",
  5.             "size": 20,
  6.             "#width": 0,
  7.             "#weight": 0,
  8.             "#italic": false,
  9.             "#underLine": false,
  10.             "#strikeOut": false
  11.         },
  12.     "Open Sans Bold": {
  13.             "replace": "Roboto Light",
  14.             "size": 25,
  15.             "#width": 0,
  16.             "#weight": 0,
  17.             "#italic": false,
  18.             "#underLine": false,
  19.             "#strikeOut": false
  20.         },
  21.     "Open Sans Semibold": {
  22.             "replace": "PT Sans Narrow",
  23.             "size": 24,
  24.             "#width": 0,
  25.             "#weight": 0,
  26.             "#italic": false,
  27.             "#underLine": false,
  28.             "#strikeOut": false
  29.         }
  30.     },
  31.  
  32.     "debug": false
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement