Skip to content

uitsmijter/font-processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Font Processor

Generate font formats from ttf into woff and woff2.

Overview

for TTF in $(ls ./static/fonts/{Bebas_Neue,Source_Sans_Pro}/*.ttf); do
	docker run --rm -v ${PWD}:/build ghcr.io/uitsmijter/font-processor ${TTF};
done

Installation

Pull the latest docker image from the registry:

docker pull ghcr.io/uitsmijter/font-processor:latest

Support

For help with the font-processor please visit our discourse server.

Contribution

In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.

Please read our Code of Conduct

About

Generate font formats from ttf into woff and woff2.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors