css font tweaks

This commit is contained in:
Julien Dessaux 2023-06-30 07:28:00 +02:00
parent c24917f12b
commit f9cc3f9926
Signed by: adyxax
GPG key ID: F92E51B86E07177E
5 changed files with 8 additions and 14 deletions

View file

@ -77,6 +77,7 @@
html {
background-color: var(--bg-0);
color: var(--fg-0);
font-size: 150%;
}
body {
background-color: var(--bg-1);
@ -86,7 +87,7 @@ body {
font-family: -apple-system, BlinkMacSystemFont,
"Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
"Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
system-ui, sans-serif;
font-feature-settings: "kern" 1;
font-kerning: normal;