watsonx.ai_Table_Processor_MNB / custom_header_font.css
MilanM's picture
Upload 2 files
d2b4c5e verified
raw
history blame
419 Bytes
@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);
}