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

Feature/1227 Fontsize and weight #1239

Merged
merged 6 commits into from
Dec 18, 2024
Merged

Conversation

ManuelMoeri
Copy link
Collaborator

  • Implement correct fontsize and weight across the whole tool.

@ManuelMoeri ManuelMoeri linked an issue Dec 9, 2024 that may be closed by this pull request
21 tasks
Copy link
Collaborator

@MasterEvarior MasterEvarior left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good except for the bug in the "Check-In History" dialog.

@ManuelMoeri ManuelMoeri requested review from MasterEvarior and removed request for MasterEvarior December 13, 2024 13:14
@ManuelMoeri ManuelMoeri force-pushed the feature/1227-fontsize-and-weight branch from aa15483 to a5b2cd1 Compare December 16, 2024 12:08
@ManuelMoeri ManuelMoeri marked this pull request as ready for review December 18, 2024 09:33
Copy link
Collaborator

@MasterEvarior MasterEvarior left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

UI looks good to me, the dialog scales correctly again and I could not see anything else that seemed out of order. I spotted this in the styles.scss file though:

  a {
    font-family: Roboto, "sans-serif";
    font-variation-settings: "wght" 400;
    color: $pz-dark-blue;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 700;
  }

Should both font-weight and font-variation-settings be present here? Does not one override the other one?

After that I think we are ready to merge

@MasterEvarior MasterEvarior merged commit 3f71626 into main Dec 18, 2024
18 checks passed
@MasterEvarior MasterEvarior deleted the feature/1227-fontsize-and-weight branch December 18, 2024 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Schriftgrösse und stärke
2 participants