tiddly-gittly / tiddlywiki-whiteboard

Tiny little drawing app in TW, using tldraw. Providing diagram widget and whiteboard view.
https://tiddly-gittly.github.io/tiddlywiki-whiteboard/
MIT License
19 stars 1 forks source link

font family cause unable to resize text #19

Open linonetwo opened 1 year ago

linonetwo commented 1 year ago

https://talk.tiddlywiki.org/t/whiteboard-plugin/5302/15?u=linonetwo

The cause is fontFamily, here is my setting that make it work

-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"

compare to tiddlywiki default, seems some font name should add " " to them. This might be a bug in tldraw whiteboard system.

-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;