I'm curious why the font-family names inclosed in double quotes is displaying as standard font rather then bold? HTML, and CSS "values" are usually indicated as bold in Notepad++. Is this possibly a bug?
My css file passes validation. Values with spaces should have double, or single quotes. In the screenshot, they "are" valid.
The Scintilla lexer thinks that a quoted or double quoted string is a string, not a value.
In styler.xml, locate the css section and discover that styles #13 and 14, respectively for single and double-quoted strings, are not set. Add the missin style tags, in the model as well, and you should be set.
CChris
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
(running v6.3.1, same concern in previous ver6.3)
I'm curious why the font-family names inclosed in double quotes is displaying as standard font rather then bold? HTML, and CSS "values" are usually indicated as bold in Notepad++. Is this possibly a bug?
My css file passes validation. Values with spaces should have double, or single quotes. In the screenshot, they "are" valid.
Example screenshot:
http://www.pyramid-of-wisdom.com/font_fam_bold2.jpg
Thank you
Last edit: Nick 2013-03-27
Is it a bug or a feature?
The Scintilla lexer thinks that a quoted or double quoted string is a string, not a value.
In styler.xml, locate the css section and discover that styles #13 and 14, respectively for single and double-quoted strings, are not set. Add the missin style tags, in the model as well, and you should be set.
CChris