Crates.io | iced_fonts |
lib.rs | iced_fonts |
version | 0.1.1 |
source | src |
created_at | 2024-09-18 20:57:05.497182 |
updated_at | 2024-09-19 15:19:15.611119 |
description | Include fonts via feature flags in your Iced project! |
homepage | https://iced.rs |
repository | https://github.com/Redhawk18/iced_fonts |
max_upload_size | |
id | 1379631 |
size | 3,366,087 |
Include fonts via feature flags in your Iced project!
Include iced_fonts
as a dependency in your Cargo.toml
:
[dependencies]
iced_fonts = { version = "0.1.0", features = [...] }
iced version |
iced_fonts version |
---|---|
0.13.x | 0.1.0, 0.1.1 |
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.
Bootstrap bootstrap
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.