More information: https://github.com/system-fonts/modern-font-stacks#transitional
Signed-off-by: Max Charrier <max@puffer.fish>
+:root {
+ --system-ui: ui-serif, Charter, 'Bitstream Charter', 'Sitka Text', Cambria, serif;;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+}
body {
background-color: #f1e9df;
width: 960px;
body {
background-color: #f1e9df;
width: 960px;
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 60px;
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 60px;
+ font-family: var(--system-ui);
+ font-weight: normal; /* 400 */
font-size: 1.1rem;
}
header {
font-size: 1.1rem;
}
header {
}
header nav menu a {
color: #555;
}
header nav menu a {
color: #555;
+ font-weight: bold; /* 700 */
text-decoration: none;
}
main {
text-decoration: none;
}
main {
main h2, main a {
color: #333;
margin-bottom: 30px;
main h2, main a {
color: #333;
margin-bottom: 30px;
+ font-weight: bold; /* 700 */
}
main p {
margin-bottom: 20px;
}
main p {
margin-bottom: 20px;