How to add custom CSS
Adding new stylesheets
import "../styles/fonts.css";
import "../styles/globals.css";import "../styles/your-new-stylesheet.css";Last updated
Was this helpful?
import "../styles/fonts.css";
import "../styles/globals.css";import "../styles/your-new-stylesheet.css";Last updated
Was this helpful?
Was this helpful?