twbs / bootstrap

The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
https://getbootstrap.com
MIT License
167.89k stars 78.51k forks source link

In .btn class font-family is missing in bootstrap v5.3.3 #39981

Closed orangzaibKhan closed 1 month ago

orangzaibKhan commented 1 month ago

Prerequisites

Describe the issue

In .btn class font-family is missing in bootstrap v5.3.3.

Reduced test cases

In .btn class font-family is missing in bootstrap v5.3.3.

What operating system(s) are you seeing the problem on?

Windows

What browser(s) are you seeing the problem on?

No response

What version of Bootstrap are you using?

v5.3.3

julien-deramond commented 1 month ago

Thanks for reporting an issue @orangzaibKhan font-family is defined in v5.3.3 for .btns:

https://github.com/twbs/bootstrap/blob/72d3b6efc4b92e83a4abca6f5bc0cd7e6fd25931/dist/css/bootstrap.css#L2993

--bs-btn-font-family being voluntarily empty by default:

https://github.com/twbs/bootstrap/blob/72d3b6efc4b92e83a4abca6f5bc0cd7e6fd25931/dist/css/bootstrap.css#L2978

So, I'm closing this issue