updated fonts for korean characters
This commit is contained in:
parent
6ddd471b0d
commit
168919a425
2 changed files with 3 additions and 2 deletions
|
@ -5,9 +5,9 @@
|
|||
"git.enableSmartCommit": true,
|
||||
"git.confirmSync": false,
|
||||
"git.autofetch": true,
|
||||
"terminal.integrated.fontFamily": "'NotoSansMono Nerd Font'",
|
||||
"editor.fontSize": 16,
|
||||
"editor.fontFamily": "'Ubuntu Mono'",
|
||||
"editor.fontFamily": "'Ubuntu Mono', 'NanumGothicCoding'",
|
||||
"terminal.integrated.fontFamily": "'NotoSansMono Nerd Font'",
|
||||
"editor.formatOnSave": true,
|
||||
"editor.formatOnPaste": true,
|
||||
"gitlens.currentLine.enabled": false,
|
||||
|
|
1
setup.sh
1
setup.sh
|
@ -262,6 +262,7 @@ setup_fonts() {
|
|||
"Audiowide"
|
||||
"Varela Round"
|
||||
"Ubuntu Mono"
|
||||
"Nanum Gothic Coding"
|
||||
)
|
||||
|
||||
# create fonts directory if it does not exist
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue