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

Inconsolata font used in code blocks, but not imported #22

Closed
chintogtokh opened this issue May 23, 2018 · 2 comments
Closed

Inconsolata font used in code blocks, but not imported #22

chintogtokh opened this issue May 23, 2018 · 2 comments
Assignees

Comments

@chintogtokh
Copy link

Only Cardo and Fira Sans are both imported in _fonts.scss, but the Inconsolata font is also used in styles.scss, and isn't loaded. Honestly think not having Inconsolata and using the default (at least on Windows & Chrome) looks better, but I've added this here just in case.

@zutrinken zutrinken self-assigned this May 24, 2018
@zutrinken
Copy link
Owner

Thanks for report! That's definitely a bug. Will double check and see what works best.

@chintogtokh
Copy link
Author

I've found just replacing fonts.scss with something like

@import url('https://fonts.googleapis.com/css?family=Cardo&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Inconsolata');

was the easiest fix.

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

2 participants