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

Use the editor font-family #340

Merged
merged 1 commit into from
Mar 14, 2016
Merged

Use the editor font-family #340

merged 1 commit into from
Mar 14, 2016

Conversation

dmytrokyrychuk
Copy link
Contributor

No description provided.

@@ -4,7 +4,7 @@
.build {

min-width: 250px;
font-family: Menlo;
font-family: monospace;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about having: 'Menlo', 'Consolas', 'DejaVu Sans Mono', monospace as default rather (as it was before)?

I'm happy to merge this, and make that change myself. I want your opinion though :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this is required at all, since an actual font-family will be fetched from config, so generally user won't see a font defined here. I think it's fine to set some fancy fonts here just in case something really bad happens :)

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Defensive programming :)

@noseglid
Copy link
Owner

Thanks for fixing this! Much appreciated!

noseglid added a commit that referenced this pull request Mar 14, 2016
@noseglid noseglid merged commit 70ca7d7 into noseglid:master Mar 14, 2016
@dmytrokyrychuk
Copy link
Contributor Author

Glad to help!

@noseglid noseglid mentioned this pull request Mar 15, 2016
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

Successfully merging this pull request may close these issues.

2 participants