change font size of angular material tooltip

JavaScript
::ng-deep .my-tooltip {
  // white-space: pre-line;
  // width: 1500px;
  // width: fit-content;
  max-width: unset !important;
  white-space: pre-wrap;
  font-size: 8px;
}
Source

Also in JavaScript: