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

@import of web fonts prevents comments from being rendered #44

Open
dmtintner opened this issue Feb 25, 2014 · 3 comments
Open

@import of web fonts prevents comments from being rendered #44

dmtintner opened this issue Feb 25, 2014 · 3 comments

Comments

@dmtintner
Copy link

If you use a google font or any other web font with the import syntax inside of your css, it prevents all comments and markdown that occur after it from being rendered

@MichalSe
Copy link

MichalSe commented Aug 4, 2014

What's the status of this? It's happening to me too..

@Gabrielmtn
Copy link

Is/was this just importing via URL, or in general?

@Lostpixelr
Copy link

I'm having the same issue when using one of these imports:
@import url(//fonts.googleapis.com/css?family=Roboto:400,700,400italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,400italic,700italic);

As far as i can see the import is properly loaded as is the needed font, but it fails with parsing the rest of the css file.

My css file

/*
# Start test
*/
@import url(//fonts.googleapis.com/css?family=Roboto:400,700,400italic,700italic);
/*
# Should Show this too
*/

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

4 participants