Content
View differences
Updated by Jan Sandbrink almost 12 years ago
When opening the login-dropdown the text proposing other sign-in methods (e.g. “oder melden Sie sich mit einem bestehenden Konto an”) has a different font than the rest of OpenProject:

You can see that the font looks different from words like “Mitgliedsname” in the same screenshot.
The developer-tools of my browser give me the following computed CSS
**for “Mitgliedsname”**:
font-family: Lato, 'Lucida Grande', Helvetica, Arial, sans-serif; /* from #top-menu #nav-login-content */
**for “oder melden Sie sich mit einem bestehenden Konto an”**:
font-family: LatoRegular, 'Lucida Grande', Helvetica, Arial, sans-serif; /* from .controller-landing_pages h3 */
I **suspect** that this font was missed while upgrading to a newer Lato-version, however I am **not sure** about that.

You can see that the font looks different from words like “Mitgliedsname” in the same screenshot.
The developer-tools of my browser give me the following computed CSS
**for “Mitgliedsname”**:
font-family: Lato, 'Lucida Grande', Helvetica, Arial, sans-serif; /* from #top-menu #nav-login-content */
**for “oder melden Sie sich mit einem bestehenden Konto an”**:
font-family: LatoRegular, 'Lucida Grande', Helvetica, Arial, sans-serif; /* from .controller-landing_pages h3 */
I **suspect** that this font was missed while upgrading to a newer Lato-version, however I am **not sure** about that.