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

Font-size and Font-family #26

Closed
bigandy opened this issue Mar 27, 2014 · 3 comments
Closed

Font-size and Font-family #26

bigandy opened this issue Mar 27, 2014 · 3 comments

Comments

@bigandy
Copy link

bigandy commented Mar 27, 2014

Hi,

Really love this repo, very useful. I would like to be able to change font-family (e.g. to Source Code Pro) and font-size. Could this be implemented?

Cheers, Andrew

@s10wen
Copy link
Collaborator

s10wen commented Mar 27, 2014

As a quick fix you could add * { font-family: arial !important; } to an existing theme or create your own. This would change all the fonts.

To change per section would take a bit more work, I'll have a think about it.

@mauricecruz
Copy link
Owner

@bigandy
Sure, we can make the font configurable. Simon's suggestion will work in the interim.

Web fonts will work as well.

@import url(http://fonts.googleapis.com/css?family=Droid+Sans+Mono);
* { font-family: 'Droid Sans Mono' !important;}

@s10wen
Copy link
Collaborator

s10wen commented Aug 15, 2015

Going to close this. People can customise the font if they wish. If we get further requests we can look at reopening and adding in a selection of fonts.

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

3 participants