gsoft-inc / sg-orbit

The design system for ShareGate web apps.
https://orbit.sharegate.design
Apache License 2.0
101 stars 37 forks source link

🐛 Tab buttons use Arial font #1196

Closed tjosepo closed 1 year ago

tjosepo commented 1 year ago

Describe the bug

The tab buttons currently use the default browser font-family (Arial in the case of Chrome).

image

Steps to reproduce

Visit https://orbit.sharegate.design/?path=/docs/tabs--default-story

Use the inspector to obtain the font-family.

Expected results

The tab buttons should use the same font as the rest of the website. There is nothing special about the tab buttons that warant using a different font.

Potential fix

Add font-family: inherit to the tab buttons.