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

Problem adjusting font-family #63

Open
jkleiser opened this issue Jul 17, 2014 · 2 comments
Open

Problem adjusting font-family #63

jkleiser opened this issue Jul 17, 2014 · 2 comments

Comments

@jkleiser
Copy link
Contributor

First: Thanks a lot for this great library!
Problem: In the #console {...} I have tried both of these:
font: 18px dejavu sans mono, menlo, monaco, monospace;
font-family: Menlo;
I get the right size, but not the font I want. Seems I just get my browser's default monospace.
I have tried Safari, Chrome, Firefox and Opera, on Mac.

@jkleiser
Copy link
Contributor Author

The solution seems to be to target these font specs at the children of #console, like this:
#console * {
font: 18px 'dejavu sans mono', menlo, monaco, monospace;
line-height: 135%;
}
Now I get the intended font-family. Sorry for the noise.

@amasad
Copy link
Contributor

amasad commented Jul 17, 2014

No worries, I think it's a legit concern, you shouldn't have to do a * selector to change font-famliy so I'm going to reopen to take a look at it later.

@amasad amasad reopened this Jul 17, 2014
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