[Webkit-unassigned] [Bug 246167] REGRESSION: Sennhesier's website navigation bar uses synthetic bold and looks awful
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Oct 6 16:43:32 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=246167
Karl Dubost <karlcow at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |karlcow at apple.com
--- Comment #6 from Karl Dubost <karlcow at apple.com> ---
Created attachment 462847
--> https://bugs.webkit.org/attachment.cgi?id=462847&action=review
rendering in safari, firefox, chrome
I like also how the width is different from browser to browser.
```css
body, * {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
}
.se-header__nav-1 .menu-list-items .menu-links > li > a {
font-family: "sh-new-bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
color: #000;
transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
font-weight: normal;
letter-spacing: -0.5px;
}
.se-header__nav-section .mega-menu .menu-links.menu-top-links > li > a {
line-height: 30px;
font-size: 16px;
border-bottom: none;
font-weight: 600;
padding: 0 !important;
}
```
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221006/15fa0e5a/attachment.htm>
More information about the webkit-unassigned
mailing list