diff --git a/style.css b/style.css index 621e530..553540d 100644 --- a/style.css +++ b/style.css @@ -34,7 +34,6 @@ html { font-smooth: always !important; -webkit-font-smoothing: antialiased !important; -moz-osx-font-smoothing: grayscale; - text-rendering: optimizeLegibility; } body { @@ -79,7 +78,7 @@ a:hover { } .c-title { - font-size: 3.4rem; + font-size: 3.3rem; transform: skewY(-3deg); color: var(--color-hover); }