Skip to main content

Typography

Setting the font family

You can control the typeface of text using the two CSS variables: --pennant-font-family-base and --pennant-font-family-monospace. The default values are shown below:

:root {
--pennant-font-family-base: "Helvetica neue", "Helvetica", Arial, sans-serif;
--pennant-font-family-monospace: "Roboto Mono", monospace;
}