WeblateOrg/website

Check font sizes

milotype opened this issue · 2 comments

Describe the bug

Font size of h2 is too small at wider window size.

To Reproduce

  1. Go to https://weblate.org/en/ or see screenshots

Expected behavior

Font size of h2 should be bigger.

Screenshots

FontSizes1


FontSizes2

Additional context

CSS code in https://weblate.org/static/style.css, line 2439

h2.section-title.hp-style {
    color: #2a3744;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 23px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

I think font-size: 18px; is wrong here.

In the above mentiond style.css line 2439, line-height is too small when browser window is narrow

LineHeight

The issue you have reported seems to be resolved now.

  • In case you see a similar problem, please open a separate issue.
  • If you are happy with the outcome, consider supporting Weblate by donating.