Common Styles

Font size

CSS

yourSelector {
  font-size: 50px;
}

JavaScript

yourVariable.style.fontSize = `50px`