I am very new to web development, and I cannot figure out how to solve the following issue, although it may be very easy.
I am using Angular 4 and Angular Material t
You can use css /deep/ selector. For example:
/deep/
/deep/ .mat-tooltip { font-size: 14px; }
Then you do not have to use !important
!important