Font is neat.
Font is blurred:

This is because .md-sidebar has width: 12.1rem and .md-sidebar--secondary has transform: translate(-100%).
Changing rem to px (in width or translate) resolves this problem:

Chromium 77, Linux, NVIDIA GTX 1060.
Hi @AlexWayfer,
It looksl like this is an issue with the theme, not the docs on Cirrus's end. You may want to open an issue upstream at github:squidfunk/mkdocs-material.
Do you see the same issue on https://squidfunk.github.io/mkdocs-material/?
Hi @AlexWayfer,
It looksl like this is an issue with the theme, not the docs on Cirrus's end. You may want to open an issue upstream at github:squidfunk/mkdocs-material.
OK. Thank you. I didn't know can I contribute to theme or not (here is no info about using theme in this repo).
Do you see the same issue on https://squidfunk.github.io/mkdocs-material/?
Yes. I'll create an issue (or PR) for the theme repo directly. Thank you.
Oh, it there is already: https://github.com/squidfunk/mkdocs-material/issues/1292
@AlexWayfer thank you for finding the issue. Will also subscribe to it! 馃檶
This will be as a part of mkdocs-material v5. Do we need to leave this issue open for upgrading mkdocs?
Confirming it's resolved, thank you. :clap: