Donate Share

Lobo - Java Web Browser

Tracker: Bugs

5 CSS: Incorrectly parsing quoted fonts in font-family - ID: 2876846
Last Update: Tracker Item Submitted ( trejkaz )

Supposing you have CSS like this:

body {
font-family: 'Segoe UI', Verdana, sans-serif;
}

Cobra will silently ignore 'Segoe UI' for some reason, and use Verdana.

A workaround is to leave out the quotes:

body {
font-family: Segoe UI, Verdana, sans-serif;
}

But this feels like bad style so I would rather keep them if possible.


Trejkaz ( trejkaz ) - 2009-10-12 02:57

5

Open

None

Nobody/Anonymous

None

None

Public


Comments




Log in to comment.

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.