blob: a0e7ecb6151baa00b3c301a62d3190d0f1a485a1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
import { LOCAL_FONT_PROTOCOL } from "../FontMetadata";
import { type ExcalidrawFontFaceDescriptor } from "../Fonts";
export const HelveticaFontFaces: ExcalidrawFontFaceDescriptor[] = [
{
uri: LOCAL_FONT_PROTOCOL,
},
];
|