mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
Remove Cairo font and update font-family with a modern system font stack
This commit is contained in:
committed by
Kenneth Reitz
parent
c7656a30d2
commit
d5eaadf2e8
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
|
||||
body {
|
||||
@apply text-slate dark:text-white;
|
||||
@apply font-cairo;
|
||||
}
|
||||
h1 {
|
||||
@apply text-6xl;
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user