@zsviczian/excalidraw
Version:
Excalidraw as a React component
9 lines (8 loc) • 341 B
TypeScript
import { type ExcalidrawFontFaceDescriptor } from "../Fonts";
/**
* The original font was modified with the following changes:
* - removed non-CJK codepoints
* - reduced any Hangul side-bearings to 40%
* - centered in width of inproperly centered CJK codepoints
*/
export declare const XiaolaiFontFaces: ExcalidrawFontFaceDescriptor[];