forked from abner/for-legacy-web
Switch crcong's Vite fork to fix dynamic css imports.
This commit is contained in:
@@ -50,6 +50,9 @@ export interface ThemeOptions {
|
||||
custom?: Partial<Theme>;
|
||||
}
|
||||
|
||||
// import aaa from "@fontsource/open-sans/300.css?raw";
|
||||
// console.info(aaa);
|
||||
|
||||
export const FONTS: Record<Fonts, { name: string, load: () => void }> = {
|
||||
"Open Sans": {
|
||||
name: "Open Sans",
|
||||
|
||||
Reference in New Issue
Block a user