diff --git a/02. PARA/03. Resources(資源)/Tool Setup/Windows Terminal.md b/02. PARA/03. Resources(資源)/Tool Setup/Windows Terminal.md index eafe22c..96ccb65 100644 --- a/02. PARA/03. Resources(資源)/Tool Setup/Windows Terminal.md +++ b/02. PARA/03. Resources(資源)/Tool Setup/Windows Terminal.md @@ -107,8 +107,11 @@ unset THEME "commandline": "%PROGRAMFILES%/git/usr/bin/bash.exe -i -l", "icon": "%PROGRAMFILES%/Git/mingw64/share/git/git-for-windows.ico", "startingDirectory" : "D:\\GoogleDrive\\codes", - "fontFace" : "Fira Code", - "fontSize" : 11, + "font": + { + "face": "CaskaydiaCove NF", + "size": 12 + }, "historySize" : 9000, }, ]