Replace Fonts with CustomStyles

This commit is contained in:
prototypa
2023-01-22 02:38:15 -05:00
parent 660e2a7703
commit 07719dd8c3

View File

@ -8,7 +8,7 @@ import { MetaSEO } from '~/types';
import { getCanonical, getAsset } from '~/utils/permalinks';
import { getRelativeUrlByFilePath } from '~/utils/directories';
import CustomStyles from '~/components/common/CustomStyles.astro';
import CustomStyles from '~/components/CustomStyles.astro';
import SplitbeeAnalytics from './SplitbeeAnalytics.astro';
export interface Props extends MetaSEO {