Topic: Font family and font size in SideNav
/* Your custom styles */ @import url('http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,400italic,700,800'); body { font-family: 'Open Sans', sans-serif; font-weight: 300; }Please make sure not to send me anything simmilar to the examples above (*, html and body) that apply for all the document, I need a solution only for SideNav!
Marta Szymanska staff pro premium answered 7 years ago
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,400italic,700,800');
.side-nav {
font-family: 'Open Sans', sans-serif;
font-weight: 300; }
Best,
Marta Vitali R. pro answered 7 years ago
.side-nav .collapsible .collapsible-header { font-family: 'Open Sans'; font-size:1rem; }
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Resolved
- User: Pro
- Premium support: No
- Technology: MDB jQuery
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No