mbignami/font-tools
Project ID: 12268
Description
A set of tools to easly convert fonts between formats and to create webfonts (fonts in various formats with the appropriate CSS). This repo includes:
- ttf2eot: a simple conversion tool that takes a TrueType font and convert it to Embedded OpenType
- woff2-tools: a compressor and a decompressor to convert TrueType fonts to WOFF2 format.
- font-tools: a set of utility scripts
font-tools script list:
- font2ttf: to convert a fontforge supported font file to ttf
- font2otf: to convert a fontforge supported font file to otf
- font2svg: to convert a fontforge supported font file to svg
- font2woff: to convert a fontforge supported font file to woff
- mkwebfont: a tool that can take several font files, converts them into various formats (EOT, TTF, OTF, WOFF, WOFF2, SVG), and creates a CSS file that aims to be compatible with all browsers and to be efficent (checking local files and matching lighter file formats first) binding them togheter into a unified font-family guessing font-weight and font-style parameters.
Installation Instructions
To install the packages simply enable the repo and install thru dnf.
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
![]() |
aarch64 (24)*, ppc64le (12)*, s390x (13)*, x86_64 (19)* | EPEL 10 (13 downloads) |
![]() |
ppc64le (185)*, x86_64 (324)* | EPEL 7 (259 downloads) |
![]() |
aarch64 (380)*, ppc64le (201)*, s390x (77)*, x86_64 (403)* | EPEL 8 (137 downloads) |
![]() |
aarch64 (65)*, ppc64le (67)*, s390x (72)*, x86_64 (70)* | EPEL 9 (62 downloads) |
![]() |
aarch64 (43)*, ppc64le (34)*, s390x (18)*, x86_64 (33)* | Fedora 40 (0 downloads) |
![]() |
aarch64 (18)*, ppc64le (33)*, s390x (26)*, x86_64 (23)* | Fedora 41 (24 downloads) |
![]() |
aarch64 (10)*, ppc64le (6)*, s390x (6)*, x86_64 (19)* | Fedora 42 (7 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable mbignami/font-tools
More info about enabling Copr repositories