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 specify bold font in spacemacs? #2087

Closed
zhangfand opened this issue Jun 23, 2015 · 4 comments
Closed

How to specify bold font in spacemacs? #2087

zhangfand opened this issue Jun 23, 2015 · 4 comments

Comments

@zhangfand
Copy link

Hi, everyone. I find that on default spacemacs use Source Code Pro Bold for bold face fonts. I think this font is too bold for 13pt size. Any idea to set the bold face font to use Source Code Pro Medium Instead?

@geo7
Copy link
Contributor

geo7 commented Oct 23, 2015

@dongzhangfan did you find a solution for this?

@nixmaniack
Copy link
Contributor

AFAIK, there isn't a single one off setting which allows this. The way I see you can achieve this is via customize-face for faces you want to control their :weight (boldness of face) but since there are other packages/themes which can I override these settings this might be difficult to achieve.

@TheBB
Copy link
Contributor

TheBB commented Oct 28, 2015

I think @nixmaniack's solution is best. You can tweak the :weight of the default face. Since this is quite subjective I don't think we should spend too much time on it.

@TheBB TheBB closed this as completed Oct 28, 2015
@lu19961121
Copy link

You can config your ".spacemacs" file!

dotspacemacs-default-font '("Source Code Pro"
                           :size 24
                           :weight normal
                           :width normal
                           :powerline-scale 1.1)

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

6 participants