SIGN IN SIGN UP

Set `*_font_fallbacks` default to `None` (#16941)

In the current `default.json`, `*_font_fallbacks=[]`, which results in
the `fallbacks` value in the `Font` struct always being `Some(...)`.

This PR introduces the following improvements:
1. Changed `*_font_fallbacks = []` to `*_font_fallbacks = null` in
`default.json`.
2. Enhanced the macOS and Windows implementations.

Release Notes:

- N/A
张小白 committed
64fa7a5234f82914066de3a5245c13ea400946c6
Parent: 6c8836e
Committed by GitHub <noreply@github.com> on 8/29/2024, 5:30:46 AM