diff --git a/src/font/system/std.rs b/src/font/system/std.rs index 5f89888..53fb10d 100644 --- a/src/font/system/std.rs +++ b/src/font/system/std.rs @@ -24,9 +24,9 @@ pub struct FontSystem(FontSystemInner); impl FontSystem { /// Create a new [`FontSystem`], that allows access to any installed system fonts - /// + /// /// # Timing - /// + /// /// This function takes some time to run. On the release build, it can take up to a second, /// while debug builds can take up to ten times longer. For this reason, it should only be /// called once, and the resulting [`FontSystem`] should be shared.