0
0

Enable font smoothing again

This commit is contained in:
Opnxng 2024-05-24 21:00:13 +08:00
parent c1d3a9cad3
commit 577ad5f60f

View File

@ -32,8 +32,6 @@
--background-color: #0E0E0F; --background-color: #0E0E0F;
--primary-color: #1860A3; --primary-color: #1860A3;
--secondary-color: #1860A3; --secondary-color: #1860A3;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} }
} }
/*----------------------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------------------*/
@ -53,12 +51,13 @@ body {
font-stretch: normal; font-stretch: normal;
font-weight: normal; font-weight: normal;
text-rendering: optimizeLegibility; 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"; -webkit-font-feature-settings: "liga", "calt", "kern", "onum";
-ms-font-feature-settings: "liga", "calt", "kern", "onum"; -ms-font-feature-settings: "liga", "calt", "kern", "onum";
-o-font-feature-settings: "liga", "calt", "kern", "onum"; -o-font-feature-settings: "liga", "calt", "kern", "onum";
font-feature-settings: "liga", "calt", "kern", "onum"; font-feature-settings: "liga", "calt", "kern", "onum";
overflow-y: scroll; overflow-y: scroll;
scrollbar-width: none; scrollbar-width: none;
-ms-overflow-style: none; -ms-overflow-style: none;
@ -119,8 +118,6 @@ span.last {
/*----------------------------------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------------------------------*/
p:first-child:first-letter { p:first-child:first-letter {
font-family: eb_garamond_initials, Times, serif; font-family: eb_garamond_initials, Times, serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
float: left; float: left;
color: var(--primary-color); color: var(--primary-color);
display: inline; display: inline;