Skip to content

Monospace fonts are broken again #992

Closed
@jyn514

Description

@jyn514

Mostly likely by #981.

https://docs.rs/pulldown-cmark/0.7.2/pulldown_cmark/struct.Parser.html#method.new_with_broken_link_callback
Before: image
Currently (but system-dependent): image

The culprit is style.css, which, now that all CSS is in one file, is not particularly helpful.

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

cc @Kixiron

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-frontendArea: Web frontendC-bugCategory: This is a bugP-mediumMedium priority

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions