remove optimizelegibility from h1 chrome buggy
This commit is contained in:
parent
0f585bcdbe
commit
0f2e8a65e2
|
@ -135,7 +135,6 @@ body {
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
text-rendering: optimizelegibility;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* page not found styles */
|
/* page not found styles */
|
||||||
|
|
|
@ -184,7 +184,6 @@ body {
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
text-rendering: optimizelegibility;
|
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
|
|
Loading…
Reference in New Issue