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, }, ];