Remove Cairo font and update font-family with a modern system font stack

This commit is contained in:
Julio Estrada
2024-04-22 15:00:31 -04:00
committed by Kenneth Reitz
parent c7656a30d2
commit d5eaadf2e8
9 changed files with 10 additions and 48 deletions

View File

@@ -6,9 +6,7 @@
}
body {
@apply max-w-7xl mx-auto md:pt-11 md:px-6 my-0;
@apply h-screen font-cairo;
@apply font-cairo;
@apply max-w-7xl mx-auto md:pt-11 md:px-6 my-0 h-screen;
}
hr:first-of-type {
@@ -21,11 +19,11 @@ hr:first-of-type {
div.section:first-of-type,
div.spirit-nav:first-of-type,,
div.copyright-footer:first-of-type,,
div.chapter:first-of-type,,
div.refentry:first-of-type,,
div.book:first-of-type, {
div.spirit-nav:first-of-type,
div.copyright-footer:first-of-type,
div.chapter:first-of-type,
div.refentry:first-of-type,
div.book:first-of-type {
@apply max-w-7xl px-3 md:px-6 mx-auto;
}

View File

@@ -14,7 +14,6 @@
body {
@apply text-slate dark:text-white;
@apply font-cairo;
}
h1 {
@apply text-6xl;

View File

@@ -11,8 +11,8 @@ html {
}
body {
@apply h-screen font-cairo dark:bg-black dark:!text-white;
@apply font-cairo;
@apply h-screen dark:bg-black dark:!text-white;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
p a:link, p a:visited, table a, .title a {