Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ We use [fontforge](https://fontforge.org/). The font project file is at [white-b

You can do this directly using the fontforge GUI (just open the .sfd file, make changes, and save it), or e.g. using [fontforge's python scripting](https://fontforge.org/docs/scripting/python.html).

When using the fontforge GUI, we recommend going to File -> Preferences and setting "SaveEditorState" to "Off". This will reduce noise in the .sfd changes.

To build the release font files, run [./build.sh](./build.sh).

## How to test your changes
Expand Down
4 changes: 0 additions & 4 deletions white-bunnybat.sfd
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ OS2Version: 1
OS2_WeightWidthSlopeOnly: 0
OS2_UseTypoMetrics: 0
CreationTime: 924479787
ModificationTime: 1769569685
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're going to want a way to enforce this programmatically. can you have claude make something simple that can do some extra validation of the sfd as part of the validation ci pipeline?

PfmFamily: 81
TTFWeight: 400
TTFWidth: 5
Expand Down Expand Up @@ -84,9 +83,6 @@ GaspTable: 1 65535 15 1
Encoding: UnicodeBmp
UnicodeInterp: none
NameList: AGL For New Fonts
DisplaySize: -48
AntiAlias: 1
FitToEm: 0
BeginChars: 65539 196

StartChar: .notdef
Expand Down