Include fonts.ts in Tailwind configuration

This commit is contained in:
gbuomprisco
2025-01-14 17:37:57 +07:00
parent f7a5202c51
commit 7e1dee8d16
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ const heading = sans;
export { sans, heading };
/**
* @name getClassName
* @name getFontsClassName
* @description Get the class name for the root layout.
* @param theme
*/