Enable font smoothing again
This commit is contained in:
parent
c1d3a9cad3
commit
577ad5f60f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user