aboutsummaryrefslogtreecommitdiffstats
path: root/packages/excalidraw/fonts/Emoji/index.ts
blob: 491c7b8c9b8ecae2e2a889ee722a134c3015b57e (plain) (blame)
1
2
3
4
5
6
7
8
9
import { LOCAL_FONT_PROTOCOL } from "../FontMetadata";

import { type ExcalidrawFontFaceDescriptor } from "../Fonts";

export const EmojiFontFaces: ExcalidrawFontFaceDescriptor[] = [
  {
    uri: LOCAL_FONT_PROTOCOL,
  },
];