In primary.css file, this should be var(--ff-mono) instead:
.full-diff .content {
font-family: ui-monospace, "Cascadia Mono", "Segoe UI Mono", "Liberation Mono", Menlo, Monaco, Consolas, monospace;
}
I also determined some other hardcoded values at the same time as I used to be looking into this.
In primary.css:
monospace
sans-serif
Arial, Helvetica, sans-serif
In secondary.css:
Arial, "Helvetica Neue", Helvetica, sans-serif
I tried solving it within the stacks repo on github, however it does not come from there.
0 Replies