mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 11:46:41 +02:00
Remove antialiasing fonts
This commit is contained in:
@@ -103,10 +103,6 @@ body {
|
||||
color: @black-content;
|
||||
line-height: 1.6;
|
||||
text-rendering: optimizeLegibility !important;
|
||||
// TODO: Uncomment when moz supports at subpixel level
|
||||
// -moz-osx-font-smoothing: grayscale;
|
||||
-webkit-font-smoothing: subpixel-antialiased;
|
||||
font-smoothing: subpixel-antialiased;
|
||||
}
|
||||
|
||||
@media (min-width: @wide-1-breakpoint) {
|
||||
|
@@ -64,8 +64,6 @@ body {
|
||||
color: #111;
|
||||
line-height: 1.6;
|
||||
text-rendering: optimizeLegibility !important;
|
||||
-webkit-font-smoothing: subpixel-antialiased;
|
||||
font-smoothing: subpixel-antialiased;
|
||||
}
|
||||
@media (min-width: 600px) {
|
||||
body {
|
||||
|
Reference in New Issue
Block a user