mdbootstrap / mdb-react-ui-kit

React 18 & Bootstrap 5 & Material Design 2.0 UI KIT
https://mdbootstrap.com/docs/b5/react/
Other
1.41k stars 264 forks source link

Add Roboto-Black font and extend font-weight utility #87

Closed cgero-eth closed 5 years ago

cgero-eth commented 5 years ago

Would it be possible to add the Roboto-Black font and extend the font-weight utility with the font-weight-thin, font-weight-medium and font-weight-black classes?

Kordrad commented 5 years ago

Hi @RuggeroCino,

About font-weight-thin, font-weight-medium and font-weight-black we encourage you to use font-weight-light, font-weight-lighter and font-weight-bolder, can use these classes in your projects because MDB uses styles from Bootstrap.

Would it be possible to add the Roboto-Black font

For this time we encourage you to personally import font. If it changes we will write about it on GitHub Commits and MDBootsrap changelog page.

Best regards, Konrad.