aboutsummaryrefslogtreecommitdiffstats
path: root/packages/excalidraw/fonts/RobotoMono/index.ts
blob: 5798ae512ec3d790c0a575c95af08a9b61d219b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
import RobotoMonoRegular from "./RobotoMono-Regular.woff2";

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

export const RobotoMonoFontFaces: ExcalidrawFontFaceDescriptor[] = [
  {
    uri: RobotoMonoRegular,
  },
];