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

styles.css forces font HelveticaNeueLight, which does not display well. #2

Closed
iknowkungfoo opened this issue Oct 8, 2014 · 2 comments
Assignees
Labels

Comments

@iknowkungfoo
Copy link

Viewing the site in Chrome Version 37.0.2062.124 m (64-bit), MSIE 9.08 and FireFox 17.04 in Windows 7.

In /assets/css/styles.css, this section @ line 294

.main {
    position: relative;
    margin: 0;
    font-family: 'HelveticaNeueLight';
}

kylin_helveticaneuelight_only

Overrides the default font-family @ line 52

body {
    font-size: 14px;
    font-size: 0.9375rem;
    font-family: 'open_sansregular', 'HelveticaNeueRegular', Arial, sans-serif;
    color: #666666;
    padding: 0;
}

Only a few characters are visible. By removing the font-family line under the .main definition, the browsers can select the proper replacement font.
kylin_font_list

@lukehan
Copy link
Contributor

lukehan commented Oct 9, 2014

Thanks to report this, we will fix it soon.

@lukehan lukehan added the bug label Oct 10, 2014
@lukehan lukehan added this to the v0.7 Release milestone Oct 10, 2014
@fengrui129
Copy link
Contributor

@lukehan it has been fixed.

@lukehan lukehan closed this as completed Oct 10, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants