@diffusionstudio/core-v4
Version:
2D motion graphics and video rendering engine
55 lines (54 loc) • 2.84 kB
TypeScript
export declare const WebFonts: {
readonly 'The Bold Font': {
readonly weights: readonly ["500"];
readonly url: "https://diffusion-studio-public.s3.eu-central-1.amazonaws.com/fonts/the-bold-font.ttf";
};
readonly 'Komika Axis': {
readonly weights: readonly ["400"];
readonly url: "https://diffusion-studio-public.s3.eu-central-1.amazonaws.com/fonts/komika-axis.ttf";
};
readonly Geologica: {
readonly weights: readonly ["100", "200", "300", "400", "500", "600", "700", "800", "900"];
readonly url: "https://fonts.gstatic.com/s/geologica/v1/oY1l8evIr7j9P3TN9YwNAdyjzUyDKkKdAGOJh1UlCDUIhAIdhCZOn1fLsig7jfvCCPHZckUWE1lELWNN-w.woff2";
};
readonly Nunito: {
readonly weights: readonly ["200", "300", "400", "500", "600", "700", "800", "900"];
readonly url: "https://fonts.gstatic.com/s/nunito/v26/XRXV3I6Li01BKofINeaBTMnFcQ.woff2";
};
readonly Figtree: {
readonly weights: readonly ["300", "400", "500", "600", "700", "800", "900"];
readonly url: "https://fonts.gstatic.com/s/figtree/v5/_Xms-HUzqDCFdgfMm4S9DaRvzig.woff2";
};
readonly Urbanist: {
readonly weights: readonly ["100", "200", "300", "400", "500", "600", "700", "800", "900"];
readonly url: "https://fonts.gstatic.com/s/urbanist/v15/L0x-DF02iFML4hGCyMqlbS1miXK2.woff2";
};
readonly Montserrat: {
readonly weights: readonly ["100", "200", "300", "400", "500", "600", "700", "800", "900"];
readonly url: "https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2";
};
readonly Bangers: {
readonly weights: readonly ["400"];
readonly url: "https://fonts.gstatic.com/s/bangers/v20/FeVQS0BTqb0h60ACH55Q2J5hm24.woff2";
};
readonly Chewy: {
readonly weights: readonly ["400"];
readonly url: "https://fonts.gstatic.com/s/chewy/v18/uK_94ruUb-k-wn52KjI9OPec.woff2";
};
readonly 'Source Code Pro': {
readonly weights: readonly ["200", "300", "400", "500", "600", "700", "800", "900"];
readonly url: "https://fonts.gstatic.com/s/sourcecodepro/v22/HI_SiYsKILxRpg3hIP6sJ7fM7PqlPevWnsUnxg.woff2";
};
};
export declare const SAFE_BROSER_FONTS: readonly ["Helvetica", "Arial", "Arial Black", "Verdana", "Tahoma", "Trebuchet MS", "Impact", "Gill Sans", "Times New Roman", "Georgia", "Palatino", "Baskerville", "Andalé Mono", "Courier", "Lucida", "Monaco", "Bradley Hand", "Brush Script MT", "Luminari", "Comic Sans MS"];
export declare const FONT_WEIGHTS: {
readonly '100': "Thin";
readonly '200': "Extra Light";
readonly '300': "Light";
readonly '400': "Normal";
readonly '500': "Medium";
readonly '600': "Semi Bold";
readonly '700': "Bold";
readonly '800': "Extra Bold";
readonly '900': "Black";
};