You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exposing used fonts via public API allows to customize and add new fonts without loosing the default fonts and fallbacks. This will include sans-serif (default text) and monospace (<code> and <pre>) fonts.
Implementation Design
It will be implemented as Array<String> to allow to easily prepend new fonts using Array.unshift().
The text was updated successfully, but these errors were encountered:
Exposing used fonts via public API allows to customize and add new fonts without loosing the default fonts and fallbacks. This will include sans-serif (default text) and monospace (
<code>
and<pre>
) fonts.Implementation Design
It will be implemented as
Array<String>
to allow to easily prepend new fonts usingArray.unshift()
.The text was updated successfully, but these errors were encountered: