See all videos

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",
},
}