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

How to change the font? #56

Closed
aihuasxy opened this issue Mar 19, 2014 · 3 comments
Closed

How to change the font? #56

aihuasxy opened this issue Mar 19, 2014 · 3 comments

Comments

@aihuasxy
Copy link

No description provided.

@qianlifeng
Copy link
Member

You can edit the theme file to change the font. For example:

    <Style x:Key="QueryBoxStyle" BasedOn="{StaticResource BaseQueryBoxStyle}" TargetType="{x:Type TextBox}">
        <Setter Property="Background" Value="#EBEBEB"/>
        <Setter Property="Foreground" Value="#000000" />
        <Setter Property="FontFamily" Value="Comic Sans MS" />
    </Style>

We will provide Font Setting in Wox Setting Dialog. #35

@aihuasxy
Copy link
Author

thx
Small chinese font in WPF is too ugly and can not be rendered by mactype。
Do u have some suggestion for font selection or way to solve it?

qianlifeng added a commit that referenced this issue Mar 19, 2014
@qianlifeng
Copy link
Member

Check it out

@qianlifeng qianlifeng changed the title How to change the font? How to change the font? Mar 19, 2014
@orzFly orzFly closed this as completed Mar 19, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants