Add build action

This commit is contained in:
Slavfox 2020-02-01 22:36:12 +01:00
parent 2aa49058a2
commit 666cb04c44
2 changed files with 10 additions and 4 deletions

9
Dockerfile Normal file
View file

@ -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")'

View file

@ -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