Embed and use Fira Sans as default font when testing

This commit is contained in:
Héctor Ramón Jiménez 2024-12-12 03:14:40 +01:00
parent 7683bd201f
commit 6572909ab5
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
9 changed files with 12 additions and 12 deletions

View file

@ -20,7 +20,7 @@ tracing-subscriber = "0.3"
[target.'cfg(target_arch = "wasm32")'.dependencies]
iced.workspace = true
iced.features = ["debug", "webgl"]
iced.features = ["debug", "webgl", "fira-sans"]
uuid = { version = "1.0", features = ["js"] }
web-sys = { workspace = true, features = ["Window", "Storage"] }