Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

3. 글꼴 목록

'editor.fontFamily'로 편집시 사용할 폰트 목록을 설정합니다. 

Code Block
languagejs
themeEmacs
titlesynapeditor.config.js
{
	'editor.fontFamily': {
    	'ko': [
            '돋움', '굴림', '바탕', '궁서', '맑은고딕',
            'Arial', 'Comic Sans MS', 'Courier New', 'Georgia',
            'Lucida Sans Unicode', 'Tahoma', 'Times New Roman', 'Trebuchet MS', 'Verdana'
        ],
        'en': [
            'Arial', 'Comic Sans MS', 'Courier New', 'Georgia',
            'Lucida Sans Unicode', 'Tahoma', 'Times New Roman', 'Trebuchet MS', 'Verdana'
        ]
    }
}


한국어일 때 (ko)영어일 때 (en)

Image ModifiedImage ModifiedImage Modified

Image ModifiedImage Modified