mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2026-01-14 12:32:49 +01: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