Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Font rendering problem #490

Closed
1 task done
AlexWayfer opened this issue Oct 12, 2019 · 7 comments · Fixed by #597
Closed
1 task done

Font rendering problem #490

AlexWayfer opened this issue Oct 12, 2019 · 7 comments · Fixed by #597
Labels

Comments

@AlexWayfer
Copy link
Contributor

Expected Behavior

Font is neat.

Real Behavior

Font is blurred:

image

Related Info

Additional info

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:

image

Chromium 77, Linux, NVIDIA GTX 1060.

@AlexWayfer AlexWayfer added the bug label Oct 12, 2019
@RDIL
Copy link
Contributor

RDIL commented Oct 12, 2019

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.

@fkorotkov
Copy link
Contributor

Do you see the same issue on https://squidfunk.github.io/mkdocs-material/?

@AlexWayfer
Copy link
Contributor Author

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.

@AlexWayfer
Copy link
Contributor Author

Oh, it there is already: squidfunk/mkdocs-material#1292

@fkorotkov
Copy link
Contributor

@AlexWayfer thank you for finding the issue. Will also subscribe to it! 🙌

@AlexWayfer
Copy link
Contributor Author

This will be as a part of mkdocs-material v5. Do we need to leave this issue open for upgrading mkdocs?

@fkorotkov fkorotkov reopened this Dec 23, 2019
fkorotkov added a commit that referenced this issue Mar 11, 2020
fkorotkov added a commit that referenced this issue Mar 18, 2020
fkorotkov added a commit that referenced this issue Mar 27, 2020
* Upgraded to MkDocs 5

Fixes #490

Related to squidfunk/mkdocs-material#1498

* Cleanup theme config

* RC2

* Removed non standard plugins

That are missing from docker image and there wore scripts/start.sh didn't work.

* RC3
@AlexWayfer
Copy link
Contributor Author

Confirming it's resolved, thank you. 👏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants