Answers for "mat-icon font size angular"

CSS
1

change mat icon size

.mat-icon {
  font-size: 50px;
}
Posted by: Guest on July-06-2021
0

fontawesome icon size 1.5 angular

.big-icon {
    font-size: 32px;
}
Posted by: Guest on July-01-2021

Browse Popular Code Answers by Language