Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where can I change fonts in terminal?(solved) #59

Closed
ZiangGithub opened this issue Mar 12, 2021 · 4 comments
Closed

Where can I change fonts in terminal?(solved) #59

ZiangGithub opened this issue Mar 12, 2021 · 4 comments

Comments

@ZiangGithub
Copy link

ZiangGithub commented Mar 12, 2021

Hi , WindTerm developer! I can't find where to change fonts in terminal.

Could you please give some instructions about changing fonts?

有人知道怎么改字体吗。。。

@Liuhongdan
Copy link

Only know that Ctrl + middle-mouse-button can zoom the font.
View --> Zoom

@ZiangGithub
Copy link
Author

Only know that Ctrl + middle-mouse-button can zoom the font.

View --> Zoom

yes, I've noticed that.

@hongnod
Copy link

hongnod commented Mar 12, 2021

好似暂时还不支持改字体,现有字体个人觉得还行。

@kingToolbox
Copy link
Owner

kingToolbox commented Mar 12, 2021

WindTerm supports customization of almost everything. The detailed configuration file description can be read here.

For example, If you are currently using the dige-black theme and want to modify the font, you only need to open the configuration file windterm-install-path/global/themes/dige-black/scheme.theme and search text.default:

{
	"name": "text.default",
	"style": {
		"foreground": "#F8F8F2",
		"background": "#1c1c1c",
		"fontFamily": "Roboto Mono, Fira Code Retina, Lucida Sans Typewriter, Lucida Console, Monoca",
		"fontSize": 10
	}
}

Then modify the fontFamily to any font you want and restart WindTerm. In future versions, the font setting will be independent, allowing different themes to share the same font settings.

Starting from the version v2.2, the setting interface will be gradually provided to facilitate modification of the configuration. It is expected after April.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants