зеркало из https://github.com/mozilla/gecko-dev.git
bug 550163 - part 20 - prefer Calibri font (on Win7) in reftest to avoid fallback to visible CGJ glyph. r=roc
This commit is contained in:
Родитель
3e56513632
Коммит
90828b7068
|
@ -9,6 +9,8 @@
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
body {
|
body {
|
||||||
font-size: 35px;
|
font-size: 35px;
|
||||||
|
/* prefer Calibri on Win7 to avoid visible CGJ glyph */
|
||||||
|
font-family: Calibri, sans-serif;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -9,6 +9,8 @@
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
body {
|
body {
|
||||||
font-size: 35px;
|
font-size: 35px;
|
||||||
|
/* prefer Calibri on Win7 to avoid visible CGJ glyph */
|
||||||
|
font-family: Calibri, sans-serif;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче