FontraWeb: Serverless Fontra #1923
simoncozens
started this conversation in
Show and tell
Replies: 2 comments 7 replies
-
Cool! I had this kind of usage in mind when sketching out Fontra's block diagram. It would be cool if it could also support local files via upload/download or the file system API (which may be Chrome-only at the moment?) |
Beta Was this translation helpful? Give feedback.
3 replies
-
I now understand the challenges of getting this to work more. I think we should do the following:
There are probably things I overlooked, but all in all I think this would be a doable refactoring. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I've been playing recently with a little idea I'm calling FontraWeb - it's Fontra, but with the Python server made optional, and replaceable by a Rust-based WASM implementation.
It's obviously very, very incomplete right now - there's no support for saving yet, for example, and it only supports loading Glyphs 3 sources over the web - but it's working as a proof of concept. I think there's something compelling about the idea of thinking "There's a Glyphs file in some GitHub repo and I want to edit it", clicking a button in your web browser and there it is.
To build this out into a full web-based font editor, the steps would be:
Anyway, this may go some way to explain what's behind some of my contributions recently...
Beta Was this translation helpful? Give feedback.
All reactions