mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 15:53:02 +10:00
10 lines
290 B
TypeScript
10 lines
290 B
TypeScript
import { APP_BASE_URL } from './app';
|
|
|
|
export const DEFAULT_STANDARD_FONT_SIZE = 15;
|
|
export const DEFAULT_HANDWRITING_FONT_SIZE = 50;
|
|
|
|
export const MIN_STANDARD_FONT_SIZE = 8;
|
|
export const MIN_HANDWRITING_FONT_SIZE = 20;
|
|
|
|
export const CAVEAT_FONT_PATH = `${APP_BASE_URL}/fonts/caveat.ttf`;
|