1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 06:40:06 -04:00

Try out the Radio Canada font

This commit is contained in:
Emil Ernerfeldt
2026-06-24 12:00:07 -07:00
parent 7c600b3c76
commit bf3a973b5c
15 changed files with 126 additions and 170 deletions

View File

@@ -6,7 +6,7 @@ description = "Default fonts for use in epaint / egui"
edition.workspace = true
rust-version.workspace = true
homepage = "https://github.com/emilk/egui/tree/main/crates/epaint_default_fonts"
license = "(MIT OR Apache-2.0) AND OFL-1.1 AND Ubuntu-font-1.0" # OFL and UFL are from the font files themselves.
license = "(MIT OR Apache-2.0) AND OFL-1.1" # OFL is from the font files themselves.
readme = "README.md"
repository = "https://github.com/emilk/egui/tree/main/crates/epaint_default_fonts"
categories = ["graphics", "gui"]
@@ -19,7 +19,7 @@ include = [
"fonts/*.ttf",
"fonts/*.txt",
"fonts/OFL.txt",
"fonts/UFL.txt",
"fonts/RadioCanada-OFL.txt",
]
[lints]