Sorry, I just can't read that default serif font.
/* ==UserStyle==
@name Ellipsus Font Fix
@namespace https://greasyfork.org/en/users/3759-locrian
@version 1.0.0
@description Sorry, I just can't read that default serif font.
@author November
==/UserStyle== */
@-moz-document url-prefix("https://write.ellipsus.com/") {
h1,
h2,
h3,
h4,
.styles_subfolderName__ccLfw,
.styles_label__awCdx,
span.styles_headerLabel__gr55L,
styles_label__d6_8L,
ul.styles_actionsList__usxzm {
font-family: "Atkinson Hyperlegible" !important;
}
}