Skip to content
This repository has been archived by the owner on Jan 14, 2018. It is now read-only.

Minor syntax error in style.css: .serif font-family #14

Closed
luksurious opened this issue Nov 30, 2011 · 1 comment
Closed

Minor syntax error in style.css: .serif font-family #14

luksurious opened this issue Nov 30, 2011 · 1 comment

Comments

@luksurious
Copy link

in the Multiple linked stylesheets/ version, the style.css contains the following declaration on line 126:

.serif {
font-family: "Cambria, Georgia, Times, " Times New Roman;
}

The font names are incorrectly surrounded by quotation marks. Thus this declaration is ignored (at least in firefox).
I suppose it should be:

.serif {
font-family: Cambria, Georgia, Times, "Times New Roman";
}

@luksurious
Copy link
Author

Somehow missed the same problem in the body declaration (~ line 157)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants