Eelis / cxxdraft-htmlgen

Generates https://eel.is/c++draft
Other
165 stars 12 forks source link

Broken `Noto Mono` font #104

Closed Eisenwave closed 1 year ago

Eisenwave commented 1 year ago

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 how that's happening, since the htmlgen repo seems to use Roboto Mono now, and I couldn't find any place in this repo where Noto Mono appears.

Eelis commented 1 year ago

Thanks, should be fixed now.

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

eel.is/c++draft is occasionally a few commits ahead of github, in this case because I'm experimenting with different fonts.