mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-04 21:17:29 +02:00
Optimize font legibility
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -18,6 +18,7 @@
|
|||||||
body{
|
body{
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3, h4{
|
h1, h2, h3, h4{
|
||||||
|
Reference in New Issue
Block a user