timsong-cpp/cppwp

Broken `Noto Mono` font

Eisenwave opened this issue · 1 comments

For some days now, the monospace font used into the docs is broken.
image

The CSS served to me is

.codeblock {
    font-family: Noto Mono;
    /* ... */
}

and this is obtained from https://fonts.googleapis.com/css2?family=Noto+Mono which results in a 400 code. The URL seems to have moved to https://fonts.googleapis.com/css2?family=Noto+Sans+Mono.

I'm not entirely sure who's responsible, since the htmlgen repo seems to use Roboto Mono now, and I couldn't find any place in this repo where Noto Mono appears in code.

I think I have the wrong repo here. I've always thought that you're responsible for publishing to eel.is too, but perhaps not?

Eelis/cxxdraft-htmlgen#104