mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 831354 - test fix 9 - give the CGJ reftest a large line-height, so it's less sensitive to the metrics of any fallback font that happens to be found.
This commit is contained in:
parent
ea2ca9b0fe
commit
f01ee6d61f
@ -9,6 +9,7 @@
|
||||
<style type="text/css">
|
||||
body {
|
||||
font-size: 35px;
|
||||
line-height: 100px;
|
||||
/* prefer Calibri on Win7 to avoid visible CGJ glyph */
|
||||
font-family: Calibri, sans-serif;
|
||||
}
|
||||
|
@ -9,6 +9,7 @@
|
||||
<style type="text/css">
|
||||
body {
|
||||
font-size: 35px;
|
||||
line-height: 100px;
|
||||
/* prefer Calibri on Win7 to avoid visible CGJ glyph */
|
||||
font-family: Calibri, sans-serif;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user