1
1
mirror of https://github.com/rsms/inter.git synced 2024-11-24 05:30:41 +03:00

add readme to src dir

This commit is contained in:
Rasmus Andersson 2018-09-03 19:18:43 -07:00
parent 7833ac28f8
commit 582504497e

14
src/README.md Normal file
View File

@ -0,0 +1,14 @@
# Source files
You either edit the .glyphs file OR you edit the UFO files.
Any edits to the .glyphs file will overwrite changes to UFO files,
but not vice versa.
`Inter-UI.glyphs` is the main combined master file.
Editing this and running `make` patches and potentially overwrites changes to
the UFO files and replaces `Inter-UI.desigspace`.
`Inter-UI.desigspace` and `Inter-UI*.ufo` are generated from the .glyphs file
but can be edited themselves. For instance, if you fork this project and
prefer to work with UFOs, you can do that and simply ignore the .glyphs file.