-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Labels
P3A lower priority bug or feature requestA lower priority bug or feature requesttype-enhancementA request for a change that isn't a bugA request for a change that isn't a bug
Description
I'd like any APIs that would be used by a dart programmer to use a monospace font. This would help developers even better identify what pieces of the documentation are for use in a dart program (dart code interfaces) and what pieces are for information about said element (actual dart docs ///
).
Compare the following from mockito
using a monospaced font for the Class link/references

versus

Some js you can paste in console to get in idea of what the above is created with.
const apiElements = document.querySelectorAll("dl dt span.name");
apiElements.forEach(function (element) {
element.style.fontFamily = "SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace";
});
brainwo, kennyfully881230, benthillerkus and Vonarian
Metadata
Metadata
Assignees
Labels
P3A lower priority bug or feature requestA lower priority bug or feature requesttype-enhancementA request for a change that isn't a bugA request for a change that isn't a bug