#font #iced

iced_fonts

Include fonts via feature flags in your Iced project!

2 releases

0.1.1 Sep 19, 2024
0.1.0 Sep 18, 2024

#193 in GUI

Download history 551/week @ 2024-09-21 653/week @ 2024-09-28 440/week @ 2024-10-05 1119/week @ 2024-10-12 1089/week @ 2024-10-19 836/week @ 2024-10-26 1159/week @ 2024-11-02 885/week @ 2024-11-09 1190/week @ 2024-11-16 1001/week @ 2024-11-23 1215/week @ 2024-11-30 1090/week @ 2024-12-07 837/week @ 2024-12-14 404/week @ 2024-12-21 521/week @ 2024-12-28 1009/week @ 2025-01-04

2,954 downloads per month
Used in 12 crates (4 directly)

MIT license

1.5MB
21K SLoC

iced_fonts

Include fonts via feature flags in your Iced project!

Discord Server

Usage

Include iced_fonts as a dependency in your Cargo.toml:

[dependencies]
iced_fonts = { version = "0.1.0", features = [...] }

Versioning

iced version iced_fonts version
0.13.x 0.1.0, 0.1.1

Fonts

Fonts can all be enabled with feature flags. All the fonts can be enabled with the full feature flag.

NOTE: By enabling a feature flag you add the full size of the font file(s) to your binary.

The Following are a link to the source followed by their feature flag name.

Contributing

If you would like to request a new font, please open an issue with the font's name and where to download the ttf font from. If you would like a faster merge run the mamba-bronze script yourself and pr the result.

Dependencies

~7MB
~183K SLoC