diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..f4d11e0 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,9 @@ +FROM archlinux/base +RUN pacman -S --noconfirm fontforge + +WORKDIR /cozette/ + +RUM mkdir build +RUN fontforge -lang ff -c 'Open("Cozette8.sfd"); Generate("build/cozette.otb")' +RUN fontforge -lang ff -c 'Open("Cozette8.sfd"); Generate("build/cozette.ttf")' +RUN fontforge -lang ff -c 'Open("Cozette8.sfd"); Generate("build/cozette.bdf")' diff --git a/README.md b/README.md index 7d166ba..cc0d394 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,7 @@ small - which prompted me to make Cozette. # Installation -It's 2:47 AM and I'm tired, so right now the only format Cozette is -available in is FontForge's `.sfd`. You figure out how to generate a font -file in the format you want from that. I'm going to add some scripts to -build the distributable fonts tomorrow. +[Check the Releases](https://github.com/slavfox/Cozette/releases)! # Unicode support