From 577ad5f60f4b9a5c406fc8fdf061469b5bc9ed46 Mon Sep 17 00:00:00 2001 From: Opnxng Date: Fri, 24 May 2024 21:00:13 +0800 Subject: [PATCH] Enable font smoothing again --- src/css/index.css | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/css/index.css b/src/css/index.css index 955b1cb..dc46241 100755 --- a/src/css/index.css +++ b/src/css/index.css @@ -32,8 +32,6 @@ --background-color: #0E0E0F; --primary-color: #1860A3; --secondary-color: #1860A3; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; } } /*----------------------------------------------------------------------------------------------------*/ @@ -53,12 +51,13 @@ body { font-stretch: normal; font-weight: normal; text-rendering: optimizeLegibility; - -moz-font-feature-settings: "liga", "calt", "kern", "onum"; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + -moz-font-feature-settings: "liga", "calt", "kern", "onum"; -webkit-font-feature-settings: "liga", "calt", "kern", "onum"; -ms-font-feature-settings: "liga", "calt", "kern", "onum"; -o-font-feature-settings: "liga", "calt", "kern", "onum"; font-feature-settings: "liga", "calt", "kern", "onum"; - overflow-y: scroll; scrollbar-width: none; -ms-overflow-style: none; @@ -119,8 +118,6 @@ span.last { /*----------------------------------------------------------------------------------------------------*/ p:first-child:first-letter { font-family: eb_garamond_initials, Times, serif; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; float: left; color: var(--primary-color); display: inline;