Explorar el Código

fix link text

Peng Xiao hace 3 años
padre
commit
ac296cb67c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tldraw/apps/tldraw-logseq/src/lib/shapes/LineShape.tsx

+ 1 - 1
tldraw/apps/tldraw-logseq/src/lib/shapes/LineShape.tsx

@@ -16,7 +16,7 @@ interface LineShapeProps extends CustomStyleProps, TLLineShapeProps {
   label: string
   label: string
 }
 }
 
 
-const font = '28px / 1 "Source Code Pro"'
+const font = '28px / 1 "Inter"'
 
 
 export class LineShape extends TLLineShape<LineShapeProps> {
 export class LineShape extends TLLineShape<LineShapeProps> {
   static id = 'line'
   static id = 'line'