creativetimofficial / ct-material-dashboard-pro

Material Dashboard Pro - Premium Bootstrap 5 Admin
https://demos.creative-tim.com/material-dashboard-pro/pages/dashboards/analytics
116 stars 28 forks source link

[Feature Request] Fonts usage #315

Closed liemteksun closed 2 years ago

liemteksun commented 2 years ago

What is your enhancement?

I think this is more of a question than a feature request

  1. Where do nucleo-icons being used? I want to remove it but I'm afraid that it will break something that I'm not aware of I looked at the nucleo icons website, but I have a hard time finding an example how to use it, so I can't search for that code
  2. Where do font-awesome being used? I think it is only being used in iconSidenav and also angle-down & angle-up How to replace the font-awesome angle-down & up with material dashboard? I tried overriding .navbar-vertical .navbar-nav .nav-link[data-bs-toggle="collapse"]:after { font-family: 'Material Icons'; content: "\e5cf"; } but this doesn't work I even try .navbar-vertical .navbar-nav .nav-link[data-bs-toggle="collapse"]:after { font-family: 'Material Icons'; content: "expand_more"; } as well

thanks

groovemen commented 2 years ago

Hello @liemteksun,

Thank you for your interest in working with our products, you can erase the nucleo icons and try to set something like this:

.navbar-vertical .navbar-nav .nav-link[data-bs-toggle="collapse"]:after {
    font-family: 'Material Icons Round';
    content: "\e5cf";
}

Hope this information helps you. Please let us know if we can help you with anything else.

All the best, Stefan