mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
36da360d2c
When 'font-family' is secified with unquoted identifiers rather than a quoted string, a single space should be inserted between identifier tokens, even if they are separated by a comment rather than a whitespace token.
10 lines
139 B
HTML
10 lines
139 B
HTML
<!doctype html>
|
|
<style>
|
|
@font-face {
|
|
font-family: Awesome font;
|
|
src: url(../fonts/markA.ttf);
|
|
}
|
|
p { /* Default font */ }
|
|
</style>
|
|
<p>A
|