Feature/local fonts #45

Merged
ilia merged 5 commits from feature/local-fonts into main 2026-06-01 07:20:21 +00:00
Showing only changes of commit aa4189f6a8 - Show all commits
+5
View File
@@ -38,6 +38,11 @@ declare module '*.jpg' {
declare module '*.css';
declare module '*.woff2?url' {
const content: string;
export default content;
}
/// <reference types="vite/client" />
interface ImportMetaEnv {