Topic: How change default font.

Mynarski pro asked 5 years ago


Hey, How/where we can change default  Robo font in mdbootstrap for angular?

Damian Gemza staff answered 5 years ago


Dear Mynarski, You could try to add a body style in styles.scss file, and in this body styles you could try to use some other font. Please check my below code - I changed the Roboto font to some other font from fonts.google.com: index.html:
<link href="https://fonts.googleapis.com/css?family=Spicy+Rice"rel="stylesheet">
styles.scss:
body {

font-family: 'Spicy Rice', cursive;

}
Best Regards, Damian

ras free commented 3 years ago

Hi, is this relevant today and for MDBootstrap jQuery cause i did this but the font is still Roboto ?



Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Resolved

Specification of the issue

  • ForumUser: Pro
  • Premium support: No
  • Technology: MDB Angular
  • MDB Version: 6.2.3
  • Device: Desktop
  • Browser: Chrome
  • OS: Windows
  • Provided sample code: No
  • Provided link: No
Tags