This commit is contained in:
Jon McClure 2023-03-20 18:15:21 +00:00
parent db35bf44e0
commit c224971c81

View file

@ -27,7 +27,7 @@ You can use any of the CSS variables the `Theme` component sets in your own code
<style lang="scss">
p {
color: var(--theme-colour-text-primary);
font-family: var(--theme-font-family-monospace);
font-family: var(--theme-typeface-monospace);
}
</style>
```