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

Bold Font of "Monaco" (OSX 10.9) in Google Chrome #127

Closed
wiesson opened this issue Jun 10, 2014 · 1 comment
Closed

Bold Font of "Monaco" (OSX 10.9) in Google Chrome #127

wiesson opened this issue Jun 10, 2014 · 1 comment

Comments

@wiesson
Copy link

wiesson commented Jun 10, 2014

I have an issue with Google Chrome and the "Monaco" font! As illustrated in the following screenshot, the fallback is not used correctly in Chrome on Mac OSX 10.9.

screenshot 2014-06-10 09 31 13
Left is Google Chrome (latest), right is Safari (latest)

I have no clue wether it is a chrome problem or my mac is not correctly configured. However, "Monaco" does not have a bold-font variant.

div[class^='highlight'] pre {
    white-space: pre;
    margin: 0;
    padding: 12px 12px;
    font-family: "Incosolata","Consolata","Monaco", monospace;
    font-size: 12px;
    line-height: 1.5;
    display: block;
    overflow: auto;
    color: #404040;
}

Safari is using some kind of monospace font, however chrome does not. Any hints or ideas? So, how about replacing "Monaco" with "Menlo" (which has both regular and bold)?

@snide
Copy link
Collaborator

snide commented Jun 10, 2014

This was fixed awhile ago. You might be running an older version?

#121

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