gpui: Use static keyword with `LazyLock` when loading system fonts (#34555)
tidely
created
Use the `static` keyword to actually make the `LazyLock` static, which
previously would reinitialize on every call to `SvgRenderer::new`.
Related: #26335
Release Notes:
- N/A