File size: 419 Bytes
d2b4c5e |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap');
:root {
--marimo-heading-font: 'IBM+Plex+Sans', sans-serif;
--marimo-monospace-font: 'IBM+Plex+Sans', sans-serif;
--marimo-text-font: 'IBM+Plex+Sans', sans-serif;
}
/* Increase paragraph font size and change color */
.paragraph {
font-size: 1.2rem;
color: light-dark(navy, pink);
} |