mirror of
https://github.com/slavfox/Cozette.git
synced 2026-03-11 08:54:33 +00:00
Add build action
This commit is contained in:
parent
2aa49058a2
commit
666cb04c44
2 changed files with 10 additions and 4 deletions
9
Dockerfile
Normal file
9
Dockerfile
Normal 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")'
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue