diff options
Diffstat (limited to 'graphics/src/text.rs')
-rw-r--r-- | graphics/src/text.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/src/text.rs b/graphics/src/text.rs index e6f06b61..f954e318 100644 --- a/graphics/src/text.rs +++ b/graphics/src/text.rs @@ -146,7 +146,8 @@ impl Text { /// The regular variant of the [Fira Sans] font. /// -/// It is loaded as part of the default fonts in Wasm builds. +/// It is loaded as part of the default fonts when the `fira-sans` +/// feature is enabled. /// /// [Fira Sans]: https://mozilla.github.io/Fira/ #[cfg(feature = "fira-sans")] |