Skip to content

Include fonts via feature flags in your Iced project!

License

Notifications You must be signed in to change notification settings

project-gauntlet/iced_fonts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Include fonts via feature flags in your Iced project!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.9%
  • Other 0.1%