Asked by beefchimi on Nov 12, 2024
Curtis is unsure how to implement custom fonts in a React project or theme.
Answered by beefchimi
You can either include custom fonts in your project directory and use a relative path in `@font-face` styles, or upload them to the file manager and reference them with absolute paths.