[RESET] Removed text shadow, added optimizeLegibility
This commit is contained in:
parent
5e9f28e47b
commit
437675b9aa
@ -94,7 +94,7 @@ header .menu-list {
|
|||||||
|
|
||||||
.content-wrapper {
|
.content-wrapper {
|
||||||
/* Trust me */
|
/* Trust me */
|
||||||
padding: 2.11rem 22vw 11vw 4rem;
|
padding: 2.11rem 22vw 11vw 5rem;
|
||||||
height: max-content;
|
height: max-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -4,6 +4,13 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (pointer:fine) {
|
||||||
|
body {
|
||||||
|
font-kerning: auto;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
@ -50,8 +57,6 @@ body,
|
|||||||
html {
|
html {
|
||||||
-webkit-font-smoothing: subpixel-antialiased;
|
-webkit-font-smoothing: subpixel-antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
text-shadow: 0px 1px 1px rgba(140, 140, 140, 0.666);
|
|
||||||
|
|
||||||
font-family: "open_sansregular", sans-serif;
|
font-family: "open_sansregular", sans-serif;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
line-height: 1.75;
|
line-height: 1.75;
|
||||||
|
Loading…
Reference in New Issue
Block a user