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;
|
color: @black-content;
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
text-rendering: optimizeLegibility !important;
|
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) {
|
@media (min-width: @wide-1-breakpoint) {
|
||||||
|
@@ -64,8 +64,6 @@ body {
|
|||||||
color: #111;
|
color: #111;
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
text-rendering: optimizeLegibility !important;
|
text-rendering: optimizeLegibility !important;
|
||||||
-webkit-font-smoothing: subpixel-antialiased;
|
|
||||||
font-smoothing: subpixel-antialiased;
|
|
||||||
}
|
}
|
||||||
@media (min-width: 600px) {
|
@media (min-width: 600px) {
|
||||||
body {
|
body {
|
||||||
|
Reference in New Issue
Block a user