How to add custom fonts
Add custom typography to your Reflex site.
src/@reflex/gatsby-theme-base/theme.js
import "typeface-prata"export default {preset: base,fonts: {heading: "Prata, serif",},}
Add custom typography to your Reflex site.
import "typeface-prata"export default {preset: base,fonts: {heading: "Prata, serif",},}