From 666cb04c44b8712a8caec554c91bbd836315ca72 Mon Sep 17 00:00:00 2001 From: Slavfox Date: Sat, 1 Feb 2020 22:36:12 +0100 Subject: [PATCH] Add build action --- Dockerfile | 9 +++++++++ README.md | 5 +---- 2 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 Dockerfile 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