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

Header font appears blurry #621

Closed
vertxxyz opened this issue Jun 1, 2022 · 2 comments
Closed

Header font appears blurry #621

vertxxyz opened this issue Jun 1, 2022 · 2 comments
Labels
type:bug Bug Report

Comments

@vertxxyz
Copy link

vertxxyz commented Jun 1, 2022

Steps to reproduce the behavior:

  1. Go to any page and look at its header fonts.
  2. Note how they appear blurry, and not displayed crisply. h5 is a particularly heinous example.

Expected behavior:
The header fonts appear crisp, and well aliased.

Screenshots

image

The left is what I see when using the site.
The right is after I've fixed the header font, (and poorly adjusted padding and header size to fix the annoying grouping of content, another issue that should probably be fixed).

image

Platform:

  • OS: Windows
  • Browser: Vivaldi & Edge
  • Version: 5.2.2623.48 & 101.0.1210.53

Additional info:
My fix involves embedding the Bold 700 version of Roboto into the page's header:

<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@700&amp;display=swap" rel="stylesheet">

Work your own web developer magic though.

@vertxxyz vertxxyz added the type:bug Bug Report label Jun 1, 2022
@s-omeilia-unity
Copy link
Contributor

All docs content for the Unity Multiplayer Networking docs site has been reviewed in a docs audit. This includes link updates, content review by development to be up-to-date as of Aug 2022, and content rewrites. If your issue remains, please open a new GH issue to capture your concern. Thank you.

@vertxxyz
Copy link
Author

vertxxyz commented Sep 2, 2022

This remains an issue with the current documentation. #764

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

No branches or pull requests

2 participants