chore: normalize line endings

This commit is contained in:
Maze Winther
2026-03-29 15:56:48 +02:00
parent 82817cb50c
commit 4d127a038b
736 changed files with 73880 additions and 73782 deletions
+24 -24
View File
@@ -1,24 +1,24 @@
export interface FontOption {
value: string;
label: string;
category: "system" | "google" | "custom";
weights?: number[];
hasClassName?: boolean;
}
export interface GoogleFontMeta {
family: string;
category: string;
}
export interface FontAtlasEntry {
x: number;
y: number;
w: number;
ch: number;
s: string[];
}
export interface FontAtlas {
fonts: Record<string, FontAtlasEntry>;
}
export interface FontOption {
value: string;
label: string;
category: "system" | "google" | "custom";
weights?: number[];
hasClassName?: boolean;
}
export interface GoogleFontMeta {
family: string;
category: string;
}
export interface FontAtlasEntry {
x: number;
y: number;
w: number;
ch: number;
s: string[];
}
export interface FontAtlas {
fonts: Record<string, FontAtlasEntry>;
}