apply anti-aliased font to topics as well (#60)

This commit is contained in:
Jordan Vidrine
2025-03-18 18:43:27 -05:00
committed by GitHub
parent 3816c49bbf
commit 19c957aecc
+1
View File
@@ -2,6 +2,7 @@
.contents {
font-size: var(--font-up-1);
line-height: 1.25;
-webkit-font-smoothing: antialiased;
}
}