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

spacemacs not showing correctly #7938

Closed
nanounanue opened this issue Dec 10, 2016 · 4 comments
Closed

spacemacs not showing correctly #7938

nanounanue opened this issue Dec 10, 2016 · 4 comments

Comments

@nanounanue
Copy link

I just reinstalled my computer today nad when I fired up spacemacs, the following is happening:

captura de pantalla de 2016-12-10 14-09-01

Whay should I do?

NOTE: I already installed the Source Pro fonts

@bmag
Copy link
Contributor

bmag commented Dec 11, 2016

I'm sure I've seen an issue like this in the past (with a similar picture), and IIRC it was a font issue. Can you try and find it in the issue-tracker?

@deb0ch
Copy link
Contributor

deb0ch commented Dec 11, 2016

Yup, it looks like a font issue. When I had a font issue with source code pro it looked exactly the same.

How have you setup your font ? Do these issues look pertinent to you ?

adobe-fonts/source-code-pro#17
#7696

What kind of system are you on ?

Have you tested your font somewhere else, like in a terminal ? How ?

@nanounanue
Copy link
Author

Hi

The problem (as you properly told) is the fonts

I followed the instructions given here by @foozlevazquez

[ -d /usr/share/fonts/opentype ] || sudo mkdir /usr/share/fonts/opentype
sudo git clone https://github.com/adobe-fonts/source-code-pro.git /usr/share/fonts/opentype/scp
sudo fc-cache -f -v

But doing this installed the SourcePro wrongly, the steps that corrected this were:

  1. Download the fonts from here
  2. Extract them to the ~/.fonts directory
  3. Run sudo fc-cache -f -v

And everything works now :)

Thanks for your help

@bmag bmag closed this as completed Dec 11, 2016
@deb0ch
Copy link
Contributor

deb0ch commented Dec 11, 2016

Glad we could help ! 😺

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