Advertisement
Guest User

Untitled

a guest
Dec 5th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. // Controls the font family.
  2. "editor.fontFamily": "Consolas, 'Courier New', monospace",
  3.  
  4. // Controls the font weight.
  5. "editor.fontWeight": "normal",
  6.  
  7. // Controls the font size in pixels.
  8. "editor.fontSize": 14,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement